org.junit.experimental.theories.internal
Class AllMembersSupplier
java.lang.Object
org.junit.experimental.theories.ParameterSupplier
org.junit.experimental.theories.internal.AllMembersSupplier
public class AllMembersSupplier
- extends ParameterSupplier
Supplies Theory parameters based on all public members of the target class.
AllMembersSupplier
public AllMembersSupplier(TestClass type)
- Constructs a new supplier for
type
getValueSources
public List<PotentialAssignment> getValueSources(ParameterSignature sig)
- Specified by:
getValueSources
in class ParameterSupplier