Package | org.flexunit.experimental.theories |
Interface | public interface IPotentialAssignment |
Implementors | PotentialAssignment |
IPotentialAssignment
interface is used by classes that want to store poential values that will
be used by parameters in a theory test method.
Method | Defined By | ||
---|---|---|---|
getDescription():String
Returns the name of the variable associated with the PotentialAssignment. | IPotentialAssignment | ||
getValue():Object
Returns the value of the PotentialAssignment. | IPotentialAssignment | ||
toString():String
Returns a string that includes the name of the parameter the potential assignment is associated with
as well as the value being assigned to the parameter. | IPotentialAssignment |
getDescription | () | method |
public function getDescription():String
Returns the name of the variable associated with the PotentialAssignment
.
String |
getValue | () | method |
public function getValue():Object
Returns the value of the PotentialAssignment
.
Object |
toString | () | method |
public function toString():String
Returns a string that includes the name of the parameter the potential assignment is associated with as well as the value being assigned to the parameter.
ReturnsString |