org.junit.experimental.theories
Class PotentialAssignment
java.lang.Object
org.junit.experimental.theories.PotentialAssignment
public abstract class PotentialAssignment
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PotentialAssignment
public PotentialAssignment()
forValue
public static PotentialAssignment forValue(String name,
Object value)
getValue
public abstract Object getValue()
throws PotentialAssignment.CouldNotGenerateValueException
- Throws:
PotentialAssignment.CouldNotGenerateValueException
getDescription
public abstract String getDescription()
throws PotentialAssignment.CouldNotGenerateValueException
- Throws:
PotentialAssignment.CouldNotGenerateValueException