Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
$
A
C
D
E
F
G
H
I
J
L
M
N
P
R
S
T
U
$
$(Object...)
- Static method in class junitparams.
JUnitParamsRunner
Shortcut for returning an array of objects.
A
annotations()
- Method in class junitparams.internal.
TestMethod
C
collectInitializationErrors(List<Throwable>)
- Method in class junitparams.
JUnitParamsRunner
computeFrameworkMethods()
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Returns a list of
FrameworkMethod
s.
computeTestMethods(TestClass)
- Method in class junitparams.internal.
ParameterisedTestClassRunner
computeTestMethods()
- Method in class junitparams.
JUnitParamsRunner
ConversionFailedException
- Exception in
junitparams.converters
ConversionFailedException(String)
- Constructor for exception junitparams.converters.
ConversionFailedException
convert(Object, String)
- Method in interface junitparams.converters.
ParamConverter
ConvertParam
- Annotation Type in
junitparams.converters
Defines a converter which should be used to convert a parameter to expected type.
count()
- Method in class junitparams.internal.
ParameterisedTestMethodRunner
CsvWithHeaderMapper
- Class in
junitparams.mappers
Reads a CSV file starting from the second line - the first one is supposed to be a header.
CsvWithHeaderMapper()
- Constructor for class junitparams.mappers.
CsvWithHeaderMapper
D
DataMapper
- Interface in
junitparams.mappers
Interface to be used by FileParameters'ized test methods.
describeMethod(FrameworkMethod)
- Method in class junitparams.
JUnitParamsRunner
describeParameterisedMethod(FrameworkMethod)
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Returns description of a parameterised method.
E
equals(Object)
- Method in class junitparams.internal.
TestMethod
evaluate()
- Method in class junitparams.internal.
InvokeParameterisedMethod
F
FileParameters
- Annotation Type in
junitparams
Denotes that parameters for a annotated test method should be taken from an external resource.
frameworkMethod()
- Method in class junitparams.internal.
TestMethod
G
getDescription()
- Method in class junitparams.
JUnitParamsRunner
getParamsAsString()
- Method in class junitparams.internal.
InvokeParameterisedMethod
H
hashCode()
- Method in class junitparams.internal.
TestMethod
I
IdentityMapper
- Class in
junitparams.mappers
A mapper, that maps contents of a file to a set of parameters for test methods.
IdentityMapper()
- Constructor for class junitparams.mappers.
IdentityMapper
InvokeParameterisedMethod
- Class in
junitparams.internal
JUnit invoker for parameterised test methods
InvokeParameterisedMethod(FrameworkMethod, Object, Object, int)
- Constructor for class junitparams.internal.
InvokeParameterisedMethod
isIgnored()
- Method in class junitparams.internal.
TestMethod
isNotIgnored()
- Method in class junitparams.internal.
TestMethod
isParameterised()
- Method in class junitparams.internal.
TestMethod
J
junitparams
- package junitparams
junitparams.converters
- package junitparams.converters
junitparams.internal
- package junitparams.internal
junitparams.mappers
- package junitparams.mappers
JUnitParamsRunner
- Class in
junitparams
JUnitParams
This is a JUnit runner for parameterised tests that don't suck.
JUnitParamsRunner(Class<?>)
- Constructor for class junitparams.
JUnitParamsRunner
L
listFrom(List<FrameworkMethod>, TestClass)
- Static method in class junitparams.internal.
TestMethod
M
map(Reader)
- Method in class junitparams.mappers.
CsvWithHeaderMapper
map(Reader)
- Method in interface junitparams.mappers.
DataMapper
Maps file contents to parameters.
map(Reader)
- Method in class junitparams.mappers.
IdentityMapper
method
- Variable in class junitparams.internal.
ParameterisedTestMethodRunner
methodInvoker(FrameworkMethod, Object)
- Method in class junitparams.
JUnitParamsRunner
N
name()
- Method in class junitparams.internal.
TestMethod
nextCount()
- Method in class junitparams.internal.
ParameterisedTestMethodRunner
P
ParamConverter
<
T
> - Interface in
junitparams.converters
Implement this interface if you want to convert params from some representation to the type expected by your test method's parameter.
parameterisedMethodInvoker(FrameworkMethod, Object)
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Returns a InvokeParameterisedMethod for parameterised methods and null for nonparameterised
parameterisedMethods
- Variable in class junitparams.internal.
ParameterisedTestClassRunner
ParameterisedTestClassRunner
- Class in
junitparams.internal
Testclass-level functionalities to handle parameters from a JUnit runner class.
ParameterisedTestClassRunner(TestClass)
- Constructor for class junitparams.internal.
ParameterisedTestClassRunner
Creates a runner for a given test class.
ParameterisedTestMethodRunner
- Class in
junitparams.internal
Testmethod-level functionalities for parameterised tests
ParameterisedTestMethodRunner(TestMethod)
- Constructor for class junitparams.internal.
ParameterisedTestMethodRunner
Parameters
- Annotation Type in
junitparams
THE annotation for the test parameters.
parametersSets()
- Method in class junitparams.internal.
TestMethod
R
returnListOfMethods()
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Returns a list of
FrameworkMethod
s - once per method, like there were no parameters.
runChild(FrameworkMethod, RunNotifier)
- Method in class junitparams.
JUnitParamsRunner
runParameterisedTest(TestMethod, Statement, RunNotifier)
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Executes parameterised method.
S
shouldRun(TestMethod)
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Tells if method should be run by this runner.
stringify(Object, int)
- Static method in class junitparams.internal.
Utils
T
TestMethod
- Class in
junitparams.internal
A wrapper for a test method
TestMethod(FrameworkMethod, TestClass)
- Constructor for class junitparams.internal.
TestMethod
testMethodFor(FrameworkMethod)
- Method in class junitparams.internal.
ParameterisedTestClassRunner
Returns a cached TestMethod object related to the given FrameworkMethod.
testMethods
- Variable in class junitparams.internal.
ParameterisedTestClassRunner
testMethodsList
- Variable in class junitparams.internal.
ParameterisedTestClassRunner
U
Utils
- Class in
junitparams.internal
Some String utils to handle parameterised tests' results.
Utils()
- Constructor for class junitparams.internal.
Utils
$
A
C
D
E
F
G
H
I
J
L
M
N
P
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013
Pragmatists
. All Rights Reserved.