be.objectify.led.factory.object
Class SetFactoryTest

java.lang.Object
  extended by be.objectify.led.factory.object.AbstractObjectFactoryTest
      extended by be.objectify.led.factory.object.SetFactoryTest

public class SetFactoryTest
extends AbstractObjectFactoryTest

Version:
,
Author:
Steve Chaloner

Field Summary
 
Fields inherited from class be.objectify.led.factory.object.AbstractObjectFactoryTest
factoryResolver
 
Constructor Summary
SetFactoryTest()
           
 
Method Summary
protected  Field getField()
           
protected  String getPropertyValue()
           
protected  Set getResult()
           
protected  Class getTargetClass()
           
 void setup()
           
 void testDefaultFactory_emptyPropertyValue()
           
 void testDefaultFactory_nullPropertyValue()
           
 void testDefaultFactory_zeroLengthPropertyValue()
           
 
Methods inherited from class be.objectify.led.factory.object.AbstractObjectFactoryTest
tearDown, testDefaultFactory_populatedPropertyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFactoryTest

public SetFactoryTest()
Method Detail

setup

public void setup()
Overrides:
setup in class AbstractObjectFactoryTest

testDefaultFactory_nullPropertyValue

public void testDefaultFactory_nullPropertyValue()
                                          throws Exception
Overrides:
testDefaultFactory_nullPropertyValue in class AbstractObjectFactoryTest
Throws:
Exception

testDefaultFactory_zeroLengthPropertyValue

public void testDefaultFactory_zeroLengthPropertyValue()
                                                throws Exception
Overrides:
testDefaultFactory_zeroLengthPropertyValue in class AbstractObjectFactoryTest
Throws:
Exception

testDefaultFactory_emptyPropertyValue

public void testDefaultFactory_emptyPropertyValue()
                                           throws Exception
Overrides:
testDefaultFactory_emptyPropertyValue in class AbstractObjectFactoryTest
Throws:
Exception

getField

protected Field getField()
                  throws Exception
Overrides:
getField in class AbstractObjectFactoryTest
Throws:
Exception

getTargetClass

protected Class getTargetClass()
Specified by:
getTargetClass in class AbstractObjectFactoryTest

getPropertyValue

protected String getPropertyValue()
Specified by:
getPropertyValue in class AbstractObjectFactoryTest

getResult

protected Set getResult()
Specified by:
getResult in class AbstractObjectFactoryTest


Copyright © 2010 Objectify. All Rights Reserved.