public class AllMembersSupplier extends ParameterSupplier
Constructor and Description |
---|
AllMembersSupplier(TestClass type)
Constructs a new supplier for
type |
Modifier and Type | Method and Description |
---|---|
protected Collection<Field> |
getDataPointsFields(ParameterSignature sig) |
protected Collection<FrameworkMethod> |
getDataPointsMethods(ParameterSignature sig) |
protected Collection<Field> |
getSingleDataPointFields(ParameterSignature sig) |
protected Collection<FrameworkMethod> |
getSingleDataPointMethods(ParameterSignature sig) |
List<PotentialAssignment> |
getValueSources(ParameterSignature sig) |
public AllMembersSupplier(TestClass type)
type
public List<PotentialAssignment> getValueSources(ParameterSignature sig) throws Throwable
getValueSources
in class ParameterSupplier
Throwable
protected Collection<FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
protected Collection<Field> getSingleDataPointFields(ParameterSignature sig)
protected Collection<Field> getDataPointsFields(ParameterSignature sig)
protected Collection<FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
Copyright © 2002–2019 JUnit. All rights reserved.