| Package | Description |
|---|---|
| org.meanbean.test | |
| org.meanbean.test.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPropertyTester.testProperty(Object bean,
PropertyInformation property,
Object testValue,
EqualityTest equalityTest)
Test the property specified by the propertyInformation parameter on the specified bean object using the specified
testValue.
|
| Modifier and Type | Method and Description |
|---|---|
static EqualityTest |
EqualityTest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EqualityTest[] |
EqualityTest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SideEffectDetectorImpl.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
void |
SideEffectDetectorFactory.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
void |
SideEffectDetector.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
void |
NoopSideEffectDetector.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
Copyright © 2010–2020 meanbean. All rights reserved.