public class XJAssertConditions
extends java.lang.Object
| Constructor and Description |
|---|
XJAssertConditions() |
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.api.Condition<? super java.lang.Class<?>> |
effectivelyImmutable(org.hamcrest.Matcher<org.mutabilitydetector.MutableReasonDetail>... matchers) |
static org.assertj.core.api.Condition<? super java.lang.Class<?>> |
immutable(org.hamcrest.Matcher<org.mutabilitydetector.MutableReasonDetail>... matchers) |
static org.assertj.core.api.Condition<java.lang.Class<?>> |
valueObjectBehavior() |
public static org.assertj.core.api.Condition<java.lang.Class<?>> valueObjectBehavior()
public static org.assertj.core.api.Condition<? super java.lang.Class<?>> immutable(org.hamcrest.Matcher<org.mutabilitydetector.MutableReasonDetail>... matchers)
public static org.assertj.core.api.Condition<? super java.lang.Class<?>> effectivelyImmutable(org.hamcrest.Matcher<org.mutabilitydetector.MutableReasonDetail>... matchers)