Uses of Class
org.junit.contrib.theories.ParameterSignature

Packages that use ParameterSignature
org.junit.contrib.theories   
org.junit.contrib.theories.internal   
org.junit.contrib.theories.suppliers   
 

Uses of ParameterSignature in org.junit.contrib.theories
 

Methods in org.junit.contrib.theories that return types with arguments of type ParameterSignature
static List<ParameterSignature> ParameterSignature.signatures(Constructor<?> constructor)
           
static List<ParameterSignature> ParameterSignature.signatures(Method method)
           
 

Methods in org.junit.contrib.theories with parameters of type ParameterSignature
abstract  List<PotentialAssignment> ParameterSupplier.getValueSources(ParameterSignature sig)
           
 

Uses of ParameterSignature in org.junit.contrib.theories.internal
 

Methods in org.junit.contrib.theories.internal that return ParameterSignature
 ParameterSignature Assignments.nextUnassigned()
           
 

Methods in org.junit.contrib.theories.internal with parameters of type ParameterSignature
protected  Collection<Field> SpecificDataPointsSupplier.getDataPointsFields(ParameterSignature sig)
           
protected  Collection<Field> AllMembersSupplier.getDataPointsFields(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> SpecificDataPointsSupplier.getDataPointsMethods(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> AllMembersSupplier.getDataPointsMethods(ParameterSignature sig)
           
protected  Collection<Field> SpecificDataPointsSupplier.getSingleDataPointFields(ParameterSignature sig)
           
protected  Collection<Field> AllMembersSupplier.getSingleDataPointFields(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> SpecificDataPointsSupplier.getSingleDataPointMethods(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> AllMembersSupplier.getSingleDataPointMethods(ParameterSignature sig)
           
 List<PotentialAssignment> EnumSupplier.getValueSources(ParameterSignature sig)
           
 List<PotentialAssignment> BooleanSupplier.getValueSources(ParameterSignature sig)
           
 List<PotentialAssignment> AllMembersSupplier.getValueSources(ParameterSignature sig)
           
 

Uses of ParameterSignature in org.junit.contrib.theories.suppliers
 

Methods in org.junit.contrib.theories.suppliers with parameters of type ParameterSignature
 List<PotentialAssignment> TestedOnSupplier.getValueSources(ParameterSignature sig)
           
 



Copyright © 2014. All Rights Reserved.