be.objectify.led
Class PropertySetterPrimitiveTest

java.lang.Object
  extended by be.objectify.led.PropertySetterPrimitiveTest

public class PropertySetterPrimitiveTest
extends Object

Test cases for primitive property bindings.

Author:
Steve Chaloner

Constructor Summary
PropertySetterPrimitiveTest()
           
 
Method Summary
 void after()
           
 void before()
           
 void testBoolean_noPropertySet()
           
 void testBoolean_propertySet()
           
 void testByte_noPropertySet()
           
 void testByte_propertySet()
           
 void testCharacter_noPropertySet()
           
 void testCharacter_propertySet()
           
 void testDouble_noPropertySet()
           
 void testDouble_propertySet()
           
 void testFinalProperty()
           
 void testFloat_noPropertySet()
           
 void testFloat_propertySet()
           
 void testInteger_noPropertySet()
           
 void testInteger_propertySet()
           
 void testLong_noPropertySet()
           
 void testLong_propertySet()
           
 void testMultiplePrimitiveAndNonPrimitiveProperties()
           
 void testMultipleProperties()
           
 void testShort_noPropertySet()
           
 void testShort_propertySet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetterPrimitiveTest

public PropertySetterPrimitiveTest()
Method Detail

before

public void before()

after

public void after()

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

public void testFinalProperty()

testMultipleProperties

public void testMultipleProperties()

testMultiplePrimitiveAndNonPrimitiveProperties

public void testMultiplePrimitiveAndNonPrimitiveProperties()


Copyright © 2010 Objectify. All Rights Reserved.