be.objectify.led.factory.object
Class AbstractObjectFactoryTest
java.lang.Object
be.objectify.led.factory.object.AbstractObjectFactoryTest
- Direct Known Subclasses:
- AbstractConstrainedObjectFactoryTest, BooleanFactoryTest, CharacterFactoryTest, ListFactoryTest, MapFactoryTest, SetFactoryTest, StringFactoryTest
public abstract class AbstractObjectFactoryTest
- extends Object
- Author:
- Steve Chaloner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factoryResolver
protected FactoryResolver factoryResolver
AbstractObjectFactoryTest
public AbstractObjectFactoryTest()
setup
public void setup()
tearDown
public void tearDown()
testDefaultFactory_nullPropertyValue
public void testDefaultFactory_nullPropertyValue()
throws Exception
- Throws:
Exception
testDefaultFactory_zeroLengthPropertyValue
public void testDefaultFactory_zeroLengthPropertyValue()
throws Exception
- Throws:
Exception
testDefaultFactory_emptyPropertyValue
public void testDefaultFactory_emptyPropertyValue()
throws Exception
- Throws:
Exception
testDefaultFactory_populatedPropertyValue
public void testDefaultFactory_populatedPropertyValue()
throws Exception
- Throws:
Exception
getPropertyValue
protected abstract String getPropertyValue()
getResult
protected abstract Object getResult()
getTargetClass
protected abstract Class getTargetClass()
getField
protected Field getField()
throws Exception
- Throws:
Exception
Copyright © 2010 Objectify. All Rights Reserved.