| Package | Description |
|---|---|
| org.meanbean.factories.util | |
| org.meanbean.test |
| Modifier and Type | Method and Description |
|---|---|
Factory<?> |
FactoryLookupStrategy.getFactory(BeanInformation beanInformation,
PropertyInformation propertyInformation,
Configuration configuration)
Get a factory for the specified property that is of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanTester.testBean(BeanInformation beanInformation,
Configuration configuration)
Test the type specified by the beanInformation parameter using the specified Configuration.
|
void |
BeanTester.testBean(Class<?> beanClass)
Test the type specified by the beanClass parameter.
|
void |
BeanTester.testBean(Class<?> beanClass,
Configuration customConfiguration)
Test the type specified by the beanClass parameter, using the custom Configuration provided as an override to any
global configuration settings.
|
void |
BeanTester.testBeans(Class<?>... beanClasses) |
void |
EqualsMethodTester.testEqualsMethod(Class<?> clazz,
Configuration customConfiguration,
String... insignificantProperties)
Test that the equals logic implemented by the type specified is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(Class<?> clazz,
String... insignificantProperties)
Test that the equals logic implemented by the type specified is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(EquivalentFactory<?> factory,
Configuration customConfiguration,
String... insignificantProperties)
Test that the equals logic implemented by the type the specified factory creates is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(EquivalentFactory<?> factory,
String... insignificantProperties)
Test that the equals logic implemented by the type the specified factory creates is correct by testing:
|
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.
|
Copyright © 2010–2020 meanbean. All rights reserved.