Skip navigation links
$ A C D E F G H I J M N P R S T U 

$

$(Object...) - Static method in class junitparams.JUnitParamsRunner
Deprecated.
This method is no longer supported. It might be removed in future as it does not support all cases (especially var-args). Create arrays using new Object[]{} instead.

A

allAnnotations() - Method in class junitparams.internal.annotation.FrameworkMethodAnnotations
 
annotation() - Method in class junitparams.internal.annotation.CustomParametersDescriptor
 

C

collectInitializationErrors(List<Throwable>) - Method in class junitparams.JUnitParamsRunner
 
CombinedParameters - Annotation Type in junitparams.custom.combined
 
CombinedParametersProvider - Class in junitparams.custom.combined
 
CombinedParametersProvider() - Constructor for class junitparams.custom.combined.CombinedParametersProvider
 
computeFrameworkMethods() - Method in class junitparams.internal.ParameterisedTestClassRunner
Returns a list of FrameworkMethods.
computeTestMethods() - Method in class junitparams.JUnitParamsRunner
 
ConversionFailedException - Exception in junitparams.converters
 
ConversionFailedException(String) - Constructor for exception junitparams.converters.ConversionFailedException
 
convert(Object) - Method in interface junitparams.converters.Converter
Converts param to desired type.
convert(Object) - Method in class junitparams.converters.NullableConverter
 
convert(Annotation, Object) - Static method in class junitparams.converters.ParamAnnotation
 
convert(Object, String) - Method in interface junitparams.converters.ParamConverter
Deprecated.
 
convert(Object) - Method in class junitparams.internal.parameters.toarray.ParamsToArrayConverter
 
Converter<A extends Annotation,T> - Interface in junitparams.converters
Defines the logic to convert parameter annotated with A to type T.
ConvertParam - Annotation Type in junitparams.converters
Deprecated.
use Param
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
 
CustomParameters - Annotation Type in junitparams.custom
Tells JUnitParams which ParametersProvider to use for parameters generation.
CustomParametersDescriptor - Class in junitparams.internal.annotation
 
CustomParametersDescriptor(CustomParameters) - Constructor for class junitparams.internal.annotation.CustomParametersDescriptor
 
CustomParametersDescriptor(CustomParameters, Annotation) - Constructor for class junitparams.internal.annotation.CustomParametersDescriptor
 

D

DataMapper - Interface in junitparams.mappers
Interface to be used by FileParameters'ized test methods.
describeChild(FrameworkMethod) - Method in class junitparams.JUnitParamsRunner
 
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
 

F

FileParameters - Annotation Type in junitparams
Denotes that parameters for a annotated test method should be taken from an external resource.
FileParametersProvider - Class in junitparams.custom
 
FileParametersProvider() - Constructor for class junitparams.custom.FileParametersProvider
 
filter(Filter) - Method in class junitparams.JUnitParamsRunner
 
filteredMethods(List<FrameworkMethod>) - Method in class junitparams.internal.ParametrizedTestMethodsFilter
 
frameworkMethod() - Method in class junitparams.internal.TestMethod
 
FrameworkMethodAnnotations - Class in junitparams.internal.annotation
 
FrameworkMethodAnnotations(FrameworkMethod) - Constructor for class junitparams.internal.annotation.FrameworkMethodAnnotations
 

G

getAnnotation(Class<T>) - Method in class junitparams.internal.annotation.FrameworkMethodAnnotations
 
getAnnotation(Class<T>) - Method in class junitparams.internal.TestMethod
 
getCustomParameters() - Method in class junitparams.internal.annotation.FrameworkMethodAnnotations
 
getDescription() - Method in class junitparams.JUnitParamsRunner
 
getDescriptionFor(FrameworkMethod) - Method in class junitparams.internal.ParameterisedTestClassRunner
Returns description of parametrized method for given set of parameters (considering test name convention given with @TestCaseName).
getParameters() - Method in class junitparams.custom.combined.CombinedParametersProvider
 
getParameters() - Method in class junitparams.custom.FileParametersProvider
 
getParameters() - Method in interface junitparams.custom.ParametersProvider
Actual parameters generation
getParameterStringByIndexOrEmpty(Object, int) - Static method in class junitparams.internal.Utils
 
getTemplate(TestCaseName) - Static method in class junitparams.naming.MacroSubstitutionNamingStrategy
 
getTestCaseName(int, Object) - Method in class junitparams.naming.MacroSubstitutionNamingStrategy
 
getTestCaseName(int, Object) - Method in interface junitparams.naming.TestCaseNamingStrategy
 

H

hasAnnotation(Class<? extends Annotation>) - Method in class junitparams.internal.annotation.FrameworkMethodAnnotations
 
hasCustomParameters() - Method in class junitparams.internal.annotation.FrameworkMethodAnnotations
 
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
 
ILLEGAL_STATE_EXCEPTION_MESSAGE - Static variable in class junitparams.internal.parameters.ParametersReader
 
initialize(A) - Method in interface junitparams.converters.Converter
Initializes this converter - you can read your annotation config here.
initialize(Nullable) - Method in class junitparams.converters.NullableConverter
 
initialize(CombinedParameters, FrameworkMethod) - Method in class junitparams.custom.combined.CombinedParametersProvider
 
initialize(FileParameters, FrameworkMethod) - Method in class junitparams.custom.FileParametersProvider
 
initialize(A, FrameworkMethod) - Method in interface junitparams.custom.ParametersProvider
Initializes this provider - you can read your custom annotation config here.
isIgnored() - Method in class junitparams.internal.TestMethod
 
isNotIgnored() - Method in class junitparams.internal.TestMethod
 
isParametrised() - Method in class junitparams.internal.annotation.FrameworkMethodAnnotations
 

J

junitparams - package junitparams
 
junitparams.converters - package junitparams.converters
 
junitparams.custom - package junitparams.custom
 
junitparams.custom.combined - package junitparams.custom.combined
 
junitparams.internal - package junitparams.internal
 
junitparams.internal.annotation - package junitparams.internal.annotation
 
junitparams.internal.parameters - package junitparams.internal.parameters
 
junitparams.internal.parameters.toarray - package junitparams.internal.parameters.toarray
 
junitparams.mappers - package junitparams.mappers
 
junitparams.naming - package junitparams.naming
 
JUnitParamsRunner - Class in junitparams
JUnitParams
This is a JUnit runner for parameterised tests that don't suck.
JUnitParamsRunner(Class<?>) - Constructor for class junitparams.JUnitParamsRunner
 

M

MacroSubstitutionNamingStrategy - Class in junitparams.naming
 
MacroSubstitutionNamingStrategy(TestCaseName, String) - Constructor for class junitparams.naming.MacroSubstitutionNamingStrategy
 
map(Reader) - Method in interface junitparams.mappers.DataMapper
Maps file contents to parameters.
matches(Annotation) - Static method in class junitparams.converters.ParamAnnotation
 
method - Variable in class junitparams.internal.ParameterisedTestMethodRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class junitparams.JUnitParamsRunner
 

N

name() - Method in class junitparams.internal.TestMethod
 
NamedParameters - Annotation Type in junitparams
An annotation for test parameter providers.
Nullable - Annotation Type in junitparams.converters
Allows test null values defined as a String array in Parameters
NullableConverter - Class in junitparams.converters
 
NullableConverter() - Constructor for class junitparams.converters.NullableConverter
 
NullType - Interface in junitparams
 

P

Param - Annotation Type in junitparams.converters
Annotates parametrized test parameter with information about Converter that should be used for parameter conversion.
ParamAnnotation - Class in junitparams.converters
 
ParamAnnotation() - Constructor for class junitparams.converters.ParamAnnotation
 
ParamConverter<T> - Interface in junitparams.converters
Deprecated.
parameterisedMethodInvoker(FrameworkMethod, Object) - Method in class junitparams.internal.ParameterisedTestClassRunner
Returns a InvokeParameterisedMethod for parameterised methods and null for nonparameterised
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.
ParametersProvider<A extends Annotation> - Interface in junitparams.custom
An interface for custom parameters providers.
ParametersReader - Class in junitparams.internal.parameters
 
ParametersReader(Class<?>, FrameworkMethod) - Constructor for class junitparams.internal.parameters.ParametersReader
 
parametersSets() - Method in class junitparams.internal.TestMethod
 
ParametrizedTestMethodsFilter - Class in junitparams.internal
 
ParametrizedTestMethodsFilter(JUnitParamsRunner, Filter) - Constructor for class junitparams.internal.ParametrizedTestMethodsFilter
 
ParametrizedTestMethodsFilter(JUnitParamsRunner) - Constructor for class junitparams.internal.ParametrizedTestMethodsFilter
 
ParamsToArrayConverter - Class in junitparams.internal.parameters.toarray
 
ParamsToArrayConverter(FrameworkMethod) - Constructor for class junitparams.internal.parameters.toarray.ParamsToArrayConverter
 
provider() - Method in class junitparams.internal.annotation.CustomParametersDescriptor
 

R

read() - Method in class junitparams.internal.parameters.ParametersReader
 
returnListOfMethods() - Method in class junitparams.internal.ParameterisedTestClassRunner
Returns a list of FrameworkMethods - 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.
splitAtCommaOrPipe(String) - Static method in class junitparams.internal.Utils
 
stringify(Object, int) - Static method in class junitparams.internal.Utils
 
stringify(Object) - Static method in class junitparams.internal.Utils
 

T

TestCaseName - Annotation Type in junitparams.naming
Use this annotation to specify the name for individual test case.
TestCaseNamingStrategy - Interface in junitparams.naming
A strategy that can resolve a test case method name by it's parameters.
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.

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 M N P R S T U 
Skip navigation links

Copyright © 2017 Pragmatists. All rights reserved.