public abstract class PotentialAssignment extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
PotentialAssignment.CouldNotGenerateValueException |
Constructor | Description |
---|---|
PotentialAssignment() |
Modifier and Type | Method | Description |
---|---|---|
static PotentialAssignment |
forValue(String name,
Object value) |
|
abstract String |
getDescription() |
|
abstract Object |
getValue() |
public PotentialAssignment()
public static PotentialAssignment forValue(String name, Object value)
public abstract Object getValue() throws PotentialAssignment.CouldNotGenerateValueException
public abstract String getDescription() throws PotentialAssignment.CouldNotGenerateValueException
Copyright © 2002–2018 JUnit. All rights reserved.