org.junit.experimental.theories
Class PotentialParameterValue

java.lang.Object
  extended by org.junit.experimental.theories.PotentialParameterValue

public abstract class PotentialParameterValue
extends java.lang.Object


Nested Class Summary
static class PotentialParameterValue.CouldNotGenerateValueException
           
 
Constructor Summary
PotentialParameterValue()
           
 
Method Summary
static PotentialParameterValue forValue(java.lang.Object value)
           
abstract  java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PotentialParameterValue

public PotentialParameterValue()
Method Detail

forValue

public static PotentialParameterValue forValue(java.lang.Object value)

getValue

public abstract java.lang.Object getValue()
                                   throws PotentialParameterValue.CouldNotGenerateValueException
Throws:
PotentialParameterValue.CouldNotGenerateValueException