be.objectify.led.factory.object
Class AbstractConstrainedObjectFactoryTest

java.lang.Object
  extended by be.objectify.led.factory.object.AbstractObjectFactoryTest
      extended by be.objectify.led.factory.object.AbstractConstrainedObjectFactoryTest
Direct Known Subclasses:
ByteObjectFactoryTest, DoubleFactoryTest, FloatFactoryTest, IntegerFactoryTest, LongFactoryTest, ShortFactoryTest

public abstract class AbstractConstrainedObjectFactoryTest
extends AbstractObjectFactoryTest

Test cases for constrained object type, i.e. those that can only be derived from certain values such as numbers.

Author:
Steve Chaloner

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

Constructor Detail

AbstractConstrainedObjectFactoryTest

public AbstractConstrainedObjectFactoryTest()
Method Detail

testDefaultFactory_invalidPropertyValue

public void testDefaultFactory_invalidPropertyValue()

getInvalidPropertyValue

protected abstract String getInvalidPropertyValue()


Copyright © 2010 Objectify. All Rights Reserved.