be.objectify.led
Class StaticPropertySetterTest

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

public class StaticPropertySetterTest
extends Object

Test cases for all default object factory property types.

Author:
Steve Chaloner

Nested Class Summary
static class StaticPropertySetterTest.FinalStaticTestClass
           
static class StaticPropertySetterTest.StaticAndInstanceTestClass
           
static class StaticPropertySetterTest.StaticTestClass
           
 
Constructor Summary
StaticPropertySetterTest()
           
 
Method Summary
 void after()
           
 void before()
           
 void testFinalProperty()
           
 void testStaticAndInstanceValueViaInstance()
           
 void testStaticValue()
           
 void testStaticValueViaInstance()
           
 void testStaticWithInstanceValueViaClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticPropertySetterTest

public StaticPropertySetterTest()
Method Detail

before

public void before()

after

public void after()

testStaticValue

public void testStaticValue()

testStaticValueViaInstance

public void testStaticValueViaInstance()

testStaticAndInstanceValueViaInstance

public void testStaticAndInstanceValueViaInstance()

testStaticWithInstanceValueViaClass

public void testStaticWithInstanceValueViaClass()

testFinalProperty

public void testFinalProperty()


Copyright © 2010 Objectify. All Rights Reserved.