B O T 

B

BeanLikeTester - Class in org.outsideMyBox.testUtils
This class provides methods to easily and quickly test and improve the test coverage of 'bean like' objects (i.e.
BeanLikeTester(Class<?>, BeanLikeTester.ConstructorSignatureAndPropertiesMapping) - Constructor for class org.outsideMyBox.testUtils.BeanLikeTester
Create a BeanLikeTester with a specific beanLike to test.
BeanLikeTester(Class<?>) - Constructor for class org.outsideMyBox.testUtils.BeanLikeTester
Create a BeanLikeTester with a specific bean to test.
BeanLikeTester.ConstructorSignatureAndPropertiesMapping - Class in org.outsideMyBox.testUtils
Convenient class to define a list of constructor signatures with their corresponding property name.
BeanLikeTester.ConstructorSignatureAndPropertiesMapping() - Constructor for class org.outsideMyBox.testUtils.BeanLikeTester.ConstructorSignatureAndPropertiesMapping
 
BeanLikeTester.PropertiesAndValues - Class in org.outsideMyBox.testUtils
Convenient class to define a list of property names with their corresponding value.
BeanLikeTester.PropertiesAndValues(BeanLikeTester.PropertiesAndValues) - Constructor for class org.outsideMyBox.testUtils.BeanLikeTester.PropertiesAndValues
 
BeanLikeTester.PropertiesAndValues() - Constructor for class org.outsideMyBox.testUtils.BeanLikeTester.PropertiesAndValues
 
BeanLikeTesterException - Exception in org.outsideMyBox.testUtils
Exception returned when a test fails.
BeanLikeTesterException(String) - Constructor for exception org.outsideMyBox.testUtils.BeanLikeTesterException
 
BeanLikeTesterException(String, Exception) - Constructor for exception org.outsideMyBox.testUtils.BeanLikeTesterException
 

O

org.outsideMyBox.testUtils - package org.outsideMyBox.testUtils
 

T

testBeanLike(BeanLikeTester.PropertiesAndValues, BeanLikeTester.PropertiesAndValues) - Method in class org.outsideMyBox.testUtils.BeanLikeTester
testDefaultValues(BeanLikeTester.PropertiesAndValues) - Method in class org.outsideMyBox.testUtils.BeanLikeTester
Test that the default value of the properties (returned by the accessors) are the same as the one defined by the parameter.
The properties are also tested for objects created with all the possible constructors.
testEqualsAndHash(BeanLikeTester.PropertiesAndValues, BeanLikeTester.PropertiesAndValues) - Method in class org.outsideMyBox.testUtils.BeanLikeTester
Test that equals() and hashCode() take into account all the properties and return the correct values.
testMutatorsAndAccessors(BeanLikeTester.PropertiesAndValues, BeanLikeTester.PropertiesAndValues) - Method in class org.outsideMyBox.testUtils.BeanLikeTester
Test that all the mutators (setters, and constructors with arguments) can change their property and that the accessors reflect the change.
testToString(BeanLikeTester.PropertiesAndValues, BeanLikeTester.PropertiesAndValues) - Method in class org.outsideMyBox.testUtils.BeanLikeTester
Test that the method toString() returns a different String if one of the settable properties has changed.
B O T 

Copyright © 2014. All Rights Reserved.