net.sf.qualitytest.blueprint.strategy.creation
Class RandomLongValueCreationStrategy
java.lang.Object
net.sf.qualitytest.blueprint.strategy.creation.ValueCreationStrategy<Long>
net.sf.qualitytest.blueprint.strategy.creation.RandomLongValueCreationStrategy
- All Implemented Interfaces:
- CreationStrategy<Long>
public class RandomLongValueCreationStrategy
- extends ValueCreationStrategy<Long>
Strategy to create a random long value.
- Author:
- Dominik Seichter
Method Summary |
Long |
createValue(Class<?> expectedClass)
Create a new value which can be assigned to an attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomLongValueCreationStrategy
public RandomLongValueCreationStrategy()
createValue
public Long createValue(Class<?> expectedClass)
- Description copied from class:
ValueCreationStrategy
- Create a new value which can be assigned to an attribute.
- Specified by:
createValue
in class ValueCreationStrategy<Long>
- Parameters:
expectedClass
- which is requested.
- Returns:
- a new value
Copyright © 2012-2013. All Rights Reserved.