Class AllMembersSupplier
java.lang.Object
org.junit.experimental.theories.ParameterSupplier
org.junit.experimental.theories.internal.AllMembersSupplier
- Direct Known Subclasses:
SpecificDataPointsSupplier
Supplies Theory parameters based on all public members of the target class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
<Field> protected Collection
<FrameworkMethod> protected Collection
<Field> protected Collection
<FrameworkMethod>
-
Constructor Details
-
AllMembersSupplier
Constructs a new supplier fortype
-
-
Method Details
-
getValueSources
- Specified by:
getValueSources
in classParameterSupplier
- Throws:
Throwable
-
getDataPointsMethods
-
getSingleDataPointFields
-
getDataPointsFields
-
getSingleDataPointMethods
-