Package | org.flexunit.experimental.theories |
Interface | public interface IParameterSupplier |
Implementors | AllMembersSupplier |
IParameterSupplier
is an interface used by classes that supply values to parameters for a theory
test method.
Method | Defined By | ||
---|---|---|---|
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. | IParameterSupplier |
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 .
|
Array — an Array containing all possible values that can be associated with a particular sig for
a parameter in a theory test method.
|