be.objectify.led
Class PropertySetterTest
java.lang.Object
be.objectify.led.PropertySetterTest
public class PropertySetterTest
- extends Object
Test cases for all default object factory property types.
- Author:
- Steve Chaloner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetterTest
public PropertySetterTest()
before
public void before()
after
public void after()
testString_noPropertySet
public void testString_noPropertySet()
testString_propertySet
public void testString_propertySet()
testBoolean_noPropertySet
public void testBoolean_noPropertySet()
testBoolean_propertySet
public void testBoolean_propertySet()
testByte_noPropertySet
public void testByte_noPropertySet()
testByte_propertySet
public void testByte_propertySet()
testShort_noPropertySet
public void testShort_noPropertySet()
testShort_propertySet
public void testShort_propertySet()
testInteger_noPropertySet
public void testInteger_noPropertySet()
testInteger_propertySet
public void testInteger_propertySet()
testLong_noPropertySet
public void testLong_noPropertySet()
testLong_propertySet
public void testLong_propertySet()
testFloat_noPropertySet
public void testFloat_noPropertySet()
testFloat_propertySet
public void testFloat_propertySet()
testDouble_noPropertySet
public void testDouble_noPropertySet()
testDouble_propertySet
public void testDouble_propertySet()
testCharacter_noPropertySet
public void testCharacter_noPropertySet()
testCharacter_propertySet
public void testCharacter_propertySet()
testFinalProperty_defaultValue
public void testFinalProperty_defaultValue()
testFinalProperty_explicitlyDisabled
public void testFinalProperty_explicitlyDisabled()
testFinalProperty_explicitlyEnabled
public void testFinalProperty_explicitlyEnabled()
testValidationFailure
public void testValidationFailure()
testValidationFailureWithCause
public void testValidationFailureWithCause()
testEnum
public void testEnum()
testStringList
public void testStringList()
testIntegerList
public void testIntegerList()
testIntList
public void testIntList()
testEnumList
public void testEnumList()
testMultipleProperties
public void testMultipleProperties()
Copyright © 2010 Objectify. All Rights Reserved.