|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.experimental.theories.PotentialAssignment
public abstract class PotentialAssignment
| Nested Class Summary | |
|---|---|
static class |
PotentialAssignment.CouldNotGenerateValueException
|
| Constructor Summary | |
|---|---|
PotentialAssignment()
|
|
| Method Summary | |
|---|---|
static PotentialAssignment |
forValue(String name,
Object value)
|
abstract String |
getDescription()
|
abstract Object |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PotentialAssignment()
| Method Detail |
|---|
public static PotentialAssignment forValue(String name,
Object value)
public abstract Object getValue()
throws PotentialAssignment.CouldNotGenerateValueException
PotentialAssignment.CouldNotGenerateValueException
public abstract String getDescription()
throws PotentialAssignment.CouldNotGenerateValueException
PotentialAssignment.CouldNotGenerateValueException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||