org.junit.contrib.theories.internal
Class SpecificDataPointsSupplier

java.lang.Object
  extended by org.junit.contrib.theories.ParameterSupplier
      extended by org.junit.contrib.theories.internal.AllMembersSupplier
          extended by org.junit.contrib.theories.internal.SpecificDataPointsSupplier

public class SpecificDataPointsSupplier
extends AllMembersSupplier


Constructor Summary
SpecificDataPointsSupplier(org.junit.runners.model.TestClass testClass)
           
 
Method Summary
protected  Collection<Field> getDataPointsFields(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
           
protected  Collection<Field> getSingleDataPointFields(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
           
 
Methods inherited from class org.junit.contrib.theories.internal.AllMembersSupplier
getValueSources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificDataPointsSupplier

public SpecificDataPointsSupplier(org.junit.runners.model.TestClass testClass)
Method Detail

getSingleDataPointFields

protected Collection<Field> getSingleDataPointFields(ParameterSignature sig)
Overrides:
getSingleDataPointFields in class AllMembersSupplier

getDataPointsFields

protected Collection<Field> getDataPointsFields(ParameterSignature sig)
Overrides:
getDataPointsFields in class AllMembersSupplier

getSingleDataPointMethods

protected Collection<org.junit.runners.model.FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
Overrides:
getSingleDataPointMethods in class AllMembersSupplier

getDataPointsMethods

protected Collection<org.junit.runners.model.FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
Overrides:
getDataPointsMethods in class AllMembersSupplier


Copyright © 2014. All Rights Reserved.