| Package | Description |
|---|---|
| org.meanbean.factories.equivalent | |
| org.meanbean.lang | |
| org.meanbean.test |
| Modifier and Type | Class and Description |
|---|---|
class |
EquivalentEnumFactory
Concrete Factory that always creates the same Enum constant of the specified Enum type.
|
class |
EquivalentPopulatedBeanFactory
Factory that creates object instances based on provided BeanInformation, assigning every instance the same field
values.
|
| Modifier and Type | Method and Description |
|---|---|
static EquivalentFactory<?> |
EquivalentFactory.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDefinition<EquivalentFactory<?>> |
EquivalentFactory.getServiceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
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:
|
protected void |
HashCodeMethodTester.testHashCodeConsistent(EquivalentFactory<?> factory)
Test that the hashCode logic implemented by the type the specified factory creates is consistent with the
consistent item of the hashCode contract.
|
void |
HashCodeMethodTester.testHashCodeMethod(EquivalentFactory<?> factory)
Test that the hashCode logic implemented by the type the specified factory creates is correct by testing:
|
protected void |
HashCodeMethodTester.testHashCodesEqual(EquivalentFactory<?> factory)
Test that the hashCode logic implemented by the type the specified factory creates returns equal hashCodes for
logically equivalent objects.
|
Copyright © 2010–2020 meanbean. All rights reserved.