Package org.junit.experimental.theories
Class PotentialAssignment
- java.lang.Object
-
- org.junit.experimental.theories.PotentialAssignment
-
public abstract class PotentialAssignment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PotentialAssignment.CouldNotGenerateValueException
-
Constructor Summary
Constructors Constructor Description PotentialAssignment()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PotentialAssignment
forValue(String name, Object value)
abstract String
getDescription()
abstract Object
getValue()
-
-
-
Method Detail
-
forValue
public static PotentialAssignment forValue(String name, Object value)
-
getValue
public abstract Object getValue() throws PotentialAssignment.CouldNotGenerateValueException
-
getDescription
public abstract String getDescription() throws PotentialAssignment.CouldNotGenerateValueException
-
-