|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionComparatorMode | |
|---|---|
| org.unitils.reflectionassert | |
| Uses of ReflectionComparatorMode in org.unitils.reflectionassert |
|---|
| Methods in org.unitils.reflectionassert that return ReflectionComparatorMode | |
|---|---|
static ReflectionComparatorMode |
ReflectionComparatorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReflectionComparatorMode[] |
ReflectionComparatorMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.unitils.reflectionassert with parameters of type ReflectionComparatorMode | |
|---|---|
static void |
ReflectionAssert.assertPropertyRefEquals(java.lang.String propertyName,
java.util.Collection<?> expectedPropertyValues,
java.util.Collection<?> actualObjects,
ReflectionComparatorMode... modes)
Deprecated. As of version 2.0, replaced by assertPropertyReflectionEquals(String, Collection, Collection). |
static void |
ReflectionAssert.assertPropertyRefEquals(java.lang.String propertyName,
java.lang.Object expectedPropertyValue,
java.lang.Object actualObject,
ReflectionComparatorMode... modes)
Deprecated. As of version 2.0, replaced by assertPropertyReflectionEquals(String, Object, Object, ReflectionComparatorMode[]). |
static void |
ReflectionAssert.assertPropertyRefEquals(java.lang.String message,
java.lang.String propertyName,
java.util.Collection<?> expectedPropertyValues,
java.util.Collection<?> actualObjects,
ReflectionComparatorMode... modes)
Deprecated. As of version 2.0, replaced by assertPropertyReflectionEquals(String, String, Collection, Collection, ReflectionComparatorMode[]). |
static void |
ReflectionAssert.assertPropertyRefEquals(java.lang.String message,
java.lang.String propertyName,
java.lang.Object expectedPropertyValue,
java.lang.Object actualObject,
ReflectionComparatorMode... modes)
Deprecated. As of version 2.0, replaced by assertPropertyReflectionEquals(String, String, Object, Object, ReflectionComparatorMode[]). |
static void |
ReflectionAssert.assertPropertyReflectionEquals(java.lang.String propertyName,
java.util.Collection<?> expectedPropertyValues,
java.util.Collection<?> actualObjects,
ReflectionComparatorMode... modes)
Asserts that a property of all objects in the collection are equal to the given values. |
static void |
ReflectionAssert.assertPropertyReflectionEquals(java.lang.String propertyName,
java.lang.Object expectedPropertyValue,
java.lang.Object actualObject,
ReflectionComparatorMode... modes)
Asserts that the value of a property of an object is equal to the given value. |
static void |
ReflectionAssert.assertPropertyReflectionEquals(java.lang.String message,
java.lang.String propertyName,
java.util.Collection<?> expectedPropertyValues,
java.util.Collection<?> actualObjects,
ReflectionComparatorMode... modes)
Asserts that a property of all objects in the collection are equal to the given values. |
static void |
ReflectionAssert.assertPropertyReflectionEquals(java.lang.String message,
java.lang.String propertyName,
java.lang.Object expectedPropertyValue,
java.lang.Object actualObject,
ReflectionComparatorMode... modes)
Asserts that the value of a property of an object is equal to the given value. |
static void |
ReflectionAssert.assertRefEquals(java.lang.Object expected,
java.lang.Object actual,
ReflectionComparatorMode... modes)
Deprecated. As of version 2.0, replaced by assertReflectionEquals(Object, Object, ReflectionComparatorMode[]). |
static void |
ReflectionAssert.assertRefEquals(java.lang.String message,
java.lang.Object expected,
java.lang.Object actual,
ReflectionComparatorMode... modes)
Deprecated. As of version 2.0, replaced by assertReflectionEquals(String, Object, Object, ReflectionComparatorMode[]). |
static void |
ReflectionAssert.assertReflectionEquals(java.lang.Object expected,
java.lang.Object actual,
ReflectionComparatorMode... modes)
Asserts that two objects are equal. |
static void |
ReflectionAssert.assertReflectionEquals(java.lang.String message,
java.lang.Object expected,
java.lang.Object actual,
ReflectionComparatorMode... modes)
Asserts that two objects are equal. |
static ReflectionComparator |
ReflectionComparatorFactory.createRefectionComparator(ReflectionComparatorMode... modes)
Creates a reflection comparator for the given modes. |
| Method parameters in org.unitils.reflectionassert with type arguments of type ReflectionComparatorMode | |
|---|---|
protected static java.util.List<Comparator> |
ReflectionComparatorFactory.getComparatorChain(java.util.Set<ReflectionComparatorMode> modes)
Creates a comparator chain for the given modes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||