Packageorg.flexunit.experimental.theories.internals
Classpublic class AllMembersSupplier
InheritanceAllMembersSupplier Inheritance Object
Implements IParameterSupplier

The AllMembersSupplier determines what values can be applied to parameters in theories in a specific theory test method.



Public Methods
 MethodDefined By
  
Constructor.
AllMembersSupplier
  
Generates an Array containing all possible values that a particular ParameterSignature could have.
AllMembersSupplier
Constructor Detail
AllMembersSupplier()Constructor
public function AllMembersSupplier(testClass:TestClass)

Constructor.

Parameters
testClass:TestClass — The Class that is being tested for theories.
Method Detail
getValueSources()method
public function getValueSources(sig:ParameterSignature):Array

Generates an Array containing all possible values that a particular ParameterSignature could have.

Parameters

sig:ParameterSignature — The provided parameter signature.

Returns
Array — an Array containing all possible values that a particular ParameterSignature could have.