Package | org.flexunit.experimental.theories.internals |
Class | public class AllMembersSupplier |
Inheritance | AllMembersSupplier ![]() |
Implements | IParameterSupplier |
AllMembersSupplier
determines what values can be applied to parameters in theories
in a specific theory test method.
Method | Defined By | ||
---|---|---|---|
AllMembersSupplier(testClass:TestClass)
Constructor. | AllMembersSupplier | ||
getValueSources(sig:ParameterSignature):Array
Generates an Array containing all possible values that a particular ParameterSignature could have. | AllMembersSupplier |
AllMembersSupplier | () | Constructor |
public function AllMembersSupplier(testClass:TestClass)
Constructor.
ParameterstestClass:TestClass — The Class that is being tested for theories.
|
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.
|
Array — an Array containing all possible values that a particular ParameterSignature could have.
|