org.junit.experimental.theories
Class PotentialAssignment
java.lang.Object
org.junit.experimental.theories.PotentialAssignment
public abstract class PotentialAssignment
- extends Object
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