A B C D E F G H I J M N O P R S T V

A

AllMembersSupplier - Class in org.junit.contrib.theories.internal
 
AllMembersSupplier(TestClass) - Constructor for class org.junit.contrib.theories.internal.AllMembersSupplier
 
allUnassigned(Method, TestClass) - Static method in class org.junit.contrib.theories.internal.Assignments
 
Assignments - Class in org.junit.contrib.theories.internal
 
assignNext(PotentialAssignment) - Method in class org.junit.contrib.theories.internal.Assignments
 

B

BooleanSupplier - Class in org.junit.contrib.theories.internal
 
BooleanSupplier() - Constructor for class org.junit.contrib.theories.internal.BooleanSupplier
 

C

canAcceptType(Type) - Method in class org.junit.contrib.theories.ParameterSignature
 
canAcceptValue(Object) - Method in class org.junit.contrib.theories.ParameterSignature
 
canPotentiallyAcceptType(Class<?>) - Method in class org.junit.contrib.theories.ParameterSignature
 
collectInitializationErrors(List<Throwable>) - Method in class org.junit.contrib.theories.Theories
 
computeTestMethods() - Method in class org.junit.contrib.theories.Theories
 

D

DataPoint - Annotation Type in org.junit.contrib.theories
Marking a field or method with this annotation will cause the field value or the value returned by the method to be used as a potential value for a theory parameter in that class, when run with the Theories runner.
DataPoints - Annotation Type in org.junit.contrib.theories
Marking an array or iterable-typed field or method with this annotation will cause the values in the array or iterable given to be used as potential value for theory parameters in that class when run with the Theories runner.

E

EnumSupplier - Class in org.junit.contrib.theories.internal
 
EnumSupplier(Class<?>) - Constructor for class org.junit.contrib.theories.internal.EnumSupplier
 
equals(Object) - Method in error org.junit.contrib.theories.internal.ParameterizedAssertionError
 
evaluate() - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 

F

findDeepAnnotation(Class<T>) - Method in class org.junit.contrib.theories.ParameterSignature
 
forValue(String, Object) - Static method in class org.junit.contrib.theories.PotentialAssignment
 
FromDataPoints - Annotation Type in org.junit.contrib.theories
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.

G

getActualValues(int, int) - Method in class org.junit.contrib.theories.internal.Assignments
 
getAnnotation(Class<T>) - Method in class org.junit.contrib.theories.ParameterSignature
 
getAnnotations() - Method in class org.junit.contrib.theories.ParameterSignature
 
getArgumentStrings() - Method in class org.junit.contrib.theories.internal.Assignments
 
getConstructorArguments() - Method in class org.junit.contrib.theories.internal.Assignments
 
getDataPointsFields(ParameterSignature) - Method in class org.junit.contrib.theories.internal.AllMembersSupplier
 
getDataPointsFields(ParameterSignature) - Method in class org.junit.contrib.theories.internal.SpecificDataPointsSupplier
 
getDataPointsMethods(ParameterSignature) - Method in class org.junit.contrib.theories.internal.AllMembersSupplier
 
getDataPointsMethods(ParameterSignature) - Method in class org.junit.contrib.theories.internal.SpecificDataPointsSupplier
 
getDescription() - Method in class org.junit.contrib.theories.PotentialAssignment
 
getMethodArguments() - Method in class org.junit.contrib.theories.internal.Assignments
 
getSingleDataPointFields(ParameterSignature) - Method in class org.junit.contrib.theories.internal.AllMembersSupplier
 
getSingleDataPointFields(ParameterSignature) - Method in class org.junit.contrib.theories.internal.SpecificDataPointsSupplier
 
getSingleDataPointMethods(ParameterSignature) - Method in class org.junit.contrib.theories.internal.AllMembersSupplier
 
getSingleDataPointMethods(ParameterSignature) - Method in class org.junit.contrib.theories.internal.SpecificDataPointsSupplier
 
getType() - Method in class org.junit.contrib.theories.ParameterSignature
 
getValue() - Method in class org.junit.contrib.theories.PotentialAssignment
 
getValueSources(ParameterSignature) - Method in class org.junit.contrib.theories.internal.AllMembersSupplier
 
getValueSources(ParameterSignature) - Method in class org.junit.contrib.theories.internal.BooleanSupplier
 
getValueSources(ParameterSignature) - Method in class org.junit.contrib.theories.internal.EnumSupplier
 
getValueSources(ParameterSignature) - Method in class org.junit.contrib.theories.ParameterSupplier
 
getValueSources(ParameterSignature) - Method in class org.junit.contrib.theories.suppliers.TestedOnSupplier
 

H

handleAssumptionViolation(AssumptionViolatedException) - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 
handleDataPointSuccess() - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 
hasAnnotation(Class<? extends Annotation>) - Method in class org.junit.contrib.theories.ParameterSignature
 

I

isComplete() - Method in class org.junit.contrib.theories.internal.Assignments
 

J

join(String, Object...) - Static method in error org.junit.contrib.theories.internal.ParameterizedAssertionError
 
join(String, Collection<Object>) - Static method in error org.junit.contrib.theories.internal.ParameterizedAssertionError
 

M

methodBlock(FrameworkMethod) - Method in class org.junit.contrib.theories.Theories
 

N

nextUnassigned() - Method in class org.junit.contrib.theories.internal.Assignments
 

O

org.junit.contrib.theories - package org.junit.contrib.theories
 
org.junit.contrib.theories.internal - package org.junit.contrib.theories.internal
 
org.junit.contrib.theories.suppliers - package org.junit.contrib.theories.suppliers
 

P

ParameterizedAssertionError - Error in org.junit.contrib.theories.internal
 
ParameterizedAssertionError(Throwable, String, Object...) - Constructor for error org.junit.contrib.theories.internal.ParameterizedAssertionError
 
ParameterSignature - Class in org.junit.contrib.theories
 
ParametersSuppliedBy - Annotation Type in org.junit.contrib.theories
Marking a Theory method parameter with this annotation causes it to be supplied with values from the named ParameterSupplier when run as a theory by the Theories runner.
ParameterSupplier - Class in org.junit.contrib.theories
 
ParameterSupplier() - Constructor for class org.junit.contrib.theories.ParameterSupplier
 
PotentialAssignment - Class in org.junit.contrib.theories
 
PotentialAssignment() - Constructor for class org.junit.contrib.theories.PotentialAssignment
 
PotentialAssignment.CouldNotGenerateValueException - Exception in org.junit.contrib.theories
 
PotentialAssignment.CouldNotGenerateValueException(Throwable) - Constructor for exception org.junit.contrib.theories.PotentialAssignment.CouldNotGenerateValueException
 
potentialsForNextUnassigned() - Method in class org.junit.contrib.theories.internal.Assignments
 

R

reportParameterizedError(Throwable, Object...) - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 
runWithAssignment(Assignments) - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 
runWithCompleteAssignment(Assignments) - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 
runWithIncompleteAssignment(Assignments) - Method in class org.junit.contrib.theories.Theories.TheoryAnchor
 

S

signatures(Method) - Static method in class org.junit.contrib.theories.ParameterSignature
 
signatures(Constructor<?>) - Static method in class org.junit.contrib.theories.ParameterSignature
 
SpecificDataPointsSupplier - Class in org.junit.contrib.theories.internal
 
SpecificDataPointsSupplier(TestClass) - Constructor for class org.junit.contrib.theories.internal.SpecificDataPointsSupplier
 

T

TestedOn - Annotation Type in org.junit.contrib.theories.suppliers
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.
TestedOnSupplier - Class in org.junit.contrib.theories.suppliers
 
TestedOnSupplier() - Constructor for class org.junit.contrib.theories.suppliers.TestedOnSupplier
 
Theories - Class in org.junit.contrib.theories
 
Theories(Class<?>) - Constructor for class org.junit.contrib.theories.Theories
 
Theories.TheoryAnchor - Class in org.junit.contrib.theories
 
Theories.TheoryAnchor(FrameworkMethod, TestClass) - Constructor for class org.junit.contrib.theories.Theories.TheoryAnchor
 
Theory - Annotation Type in org.junit.contrib.theories
 

V

validateConstructor(List<Throwable>) - Method in class org.junit.contrib.theories.Theories
 
validateTestMethods(List<Throwable>) - Method in class org.junit.contrib.theories.Theories
 

A B C D E F G H I J M N O P R S T V

Copyright © 2014. All Rights Reserved.