Packageorg.flexunit.experimental.theories
Interfacepublic interface IParameterSupplier
Implementors AllMembersSupplier

The IParameterSupplier is an interface used by classes that supply values to parameters for a theory test method.



Public Methods
 MethodDefined By
  
Generates an Array containing all possible values that can be associated with a particular sig for a parameter in a theory test method.
IParameterSupplier
Method Detail
getValueSources()method
public function getValueSources(sig:ParameterSignature):Array

Generates an Array containing all possible values that can be associated with a particular sig for a parameter in a theory test method.

Parameters

sig:ParameterSignature — The provided ParameterSignature.

Returns
Array — an Array containing all possible values that can be associated with a particular sig for a parameter in a theory test method.