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

Packages that use ParametersSuppliedBy
org.junit.contrib.theories   
org.junit.contrib.theories.suppliers   
 

Uses of ParametersSuppliedBy in org.junit.contrib.theories
 

Classes in org.junit.contrib.theories with annotations of type ParametersSuppliedBy
 interface FromDataPoints
          Marking a parameter of a Theory method with this annotation will limit the data points considered as potential values for that parameter to only the DataPoints with the given name.
 

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

Classes in org.junit.contrib.theories.suppliers with annotations of type ParametersSuppliedBy
 interface TestedOn
          Marking a Theory method int parameter with this annotation causes it to be supplied with values from the integer array given when run as a theory by the Theories runner.
 



Copyright © 2014. All Rights Reserved.