Packageorg.flexunit.experimental.theories
Interfacepublic interface IPotentialAssignment
Implementors PotentialAssignment

The IPotentialAssignment interface is used by classes that want to store poential values that will be used by parameters in a theory test method.



Public Methods
 MethodDefined By
  
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
Method Detail
getDescription()method
public function getDescription():String

Returns the name of the variable associated with the PotentialAssignment.

Returns
String
getValue()method 
public function getValue():Object

Returns the value of the PotentialAssignment.

Returns
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.

Returns
String