A B C D E G H O P R S T X

A

aClass(Class<?>) - Static method in class org.junitext.runner.AnnotationHandlingRequest
 
AnnotationHandlingJUnit4TestAdapter - Class in org.junitext.runner
JUnit4Adapter which supports annotation handling.
AnnotationHandlingJUnit4TestAdapter(Class<?>) - Constructor for class org.junitext.runner.AnnotationHandlingJUnit4TestAdapter
 
AnnotationHandlingJUnit4TestAdapter(Class<?>, JUnit4TestAdapterCache) - Constructor for class org.junitext.runner.AnnotationHandlingJUnit4TestAdapter
 
AnnotationHandlingRequest - Class in org.junitext.runner
Request which supports annotation handling of test cases.
AnnotationHandlingRequest() - Constructor for class org.junitext.runner.AnnotationHandlingRequest
 
AnnotationHandlingTestClassMethodsRunner - Class in org.junitext.internal.runners
Internal runner for calling test methods.
AnnotationHandlingTestClassMethodsRunner(Class<?>) - Constructor for class org.junitext.internal.runners.AnnotationHandlingTestClassMethodsRunner
 
AnnotationRunner - Class in org.junitext.runners
Test runner which supports annotation handling.
AnnotationRunner(Class<?>) - Constructor for class org.junitext.runners.AnnotationRunner
 

B

begin(String, String, Attributes) - Method in class org.junitext.runners.parameters.factory.SetPropertyWithParameterRule
 

C

Category - Annotation Type in org.junitext
Test cases can be assigned to a Category, e.g. database tests, long running tests, etc.
CategoryFilter - Class in org.junitext.manipulation
A filter to support categories.
CategoryFilter(String) - Constructor for class org.junitext.manipulation.CategoryFilter
 
CategoryResolver - Class in org.junitext.manipulation
Helper class to resolve a Category based on test descriptions.
CategoryResolver() - Constructor for class org.junitext.manipulation.CategoryResolver
 
CategorySorter - Class in org.junitext.manipulation
A sorter to support categories.
CategorySorter() - Constructor for class org.junitext.manipulation.CategorySorter
 
CategoryTextListener - Class in org.junitext.internal.runners
An text listener supporting Category based reporting.
CategoryTextListener(PrintStream) - Constructor for class org.junitext.internal.runners.CategoryTextListener
 
countTestCases() - Method in class org.junitext.runner.AnnotationHandlingJUnit4TestAdapter
 
createParameters(Class<?>, File) - Method in class org.junitext.runners.parameters.factory.DigesterParameterFactory
 
createParameters(InputStream) - Method in class org.junitext.runners.parameters.factory.DigesterParameterFactory
Creates sets of test parameters by parsing input XML using the Jakarta commons-digester.
createParameters(Class<?>, File) - Method in interface org.junitext.runners.parameters.factory.ParameterFactory
Creates sets of test parameters from a given XML File.

D

describe() - Method in class org.junitext.manipulation.CategoryFilter
 
describe() - Method in class org.junitext.manipulation.PrerequisiteFilter
 
DigesterParameterFactory - Class in org.junitext.runners.parameters.factory
Creates sets of test parameters by parsing input XML using the Jakarta commons-digester.
DigesterParameterFactory() - Constructor for class org.junitext.runners.parameters.factory.DigesterParameterFactory
 

E

end(String, String) - Method in class org.junitext.runners.parameters.factory.SetPropertyWithParameterRule
 

G

getCategory(Description) - Static method in class org.junitext.manipulation.CategoryResolver
Gets the category for a given description.
getClassName(Description) - Static method in class org.junitext.internal.runners.PrerequisiteHandler
 
getDescription() - Method in class org.junitext.runner.AnnotationHandlingJUnit4TestAdapter
 
getMethodName(Description) - Static method in class org.junitext.internal.runners.PrerequisiteHandler
 
getName() - Method in class org.junitext.runners.parameters.factory.Parameter
 
getName() - Method in class org.junitext.runners.parameters.factory.ParameterSet
 
getParameter() - Method in class org.junitext.runners.parameters.factory.Parameter
 
getParameterObjects() - Method in class org.junitext.runners.parameters.factory.ParameterSet
Returns the parameters contained in this ParameterSet as an array of objects.
getParameters() - Method in class org.junitext.runners.parameters.factory.ParameterSet
 

H

handleAnnotation(Description, Object, Annotation, RunNotifier) - Method in class org.junitext.internal.runners.PrerequisiteHandler
 

O

org.junitext - package org.junitext
Provides the JUnitExt based annotations for JUnit 4.x.
org.junitext.internal.runners - package org.junitext.internal.runners
Provides implementation classes (internal) for JUnitExt based annotations.
org.junitext.manipulation - package org.junitext.manipulation
Provides manipulation support for custom filter and sorter implementation.
org.junitext.runner - package org.junitext.runner
Provides runner support.
org.junitext.runners - package org.junitext.runners
Provides public runners.
org.junitext.runners.parameters.factory - package org.junitext.runners.parameters.factory
Provides bean factories for the XMLBeanParameterized test runner.

P

Parameter - Class in org.junitext.runners.parameters.factory
Represents a single test value.
Parameter() - Constructor for class org.junitext.runners.parameters.factory.Parameter
Creates an empty Parameter.
Parameter(Object) - Constructor for class org.junitext.runners.parameters.factory.Parameter
Creates a new test Paremter with the given value.
Parameter(String, Object) - Constructor for class org.junitext.runners.parameters.factory.Parameter
Creates a new test Parameter with the given name and value.
ParameterFactory - Interface in org.junitext.runners.parameters.factory
Interface for creating JavaBean test parameters from an XML File.
ParameterSet - Class in org.junitext.runners.parameters.factory
Represents a single "set" of test parameters.
ParameterSet() - Constructor for class org.junitext.runners.parameters.factory.ParameterSet
Creates an empty ParameterSet.
ParameterSet(String, List<Parameter>) - Constructor for class org.junitext.runners.parameters.factory.ParameterSet
Creates a new ParameterSet with the given name and the given list of parameters.
ParameterSet(String, Object[]) - Constructor for class org.junitext.runners.parameters.factory.ParameterSet
Creates a new ParameterSet with the given name from an array of Objects.
Prerequisite - Annotation Type in org.junitext
Test cases can be dependent of prerequisites, e.g. be online in Internet, have a database available, have database filled with specific test data, etc.
Prerequisite.NoCallee - Class in org.junitext
Helper class to recognize a not set callee.
PrerequisiteFilter - Class in org.junitext.manipulation
A filter to support prerequisites.
PrerequisiteFilter() - Constructor for class org.junitext.manipulation.PrerequisiteFilter
 
PrerequisiteHandler - Class in org.junitext.internal.runners
Handler class for all prerequite handling.
PrerequisiteHandler() - Constructor for class org.junitext.internal.runners.PrerequisiteHandler
 

R

run(TestResult) - Method in class org.junitext.runner.AnnotationHandlingJUnit4TestAdapter
 

S

setName(String) - Method in class org.junitext.runners.parameters.factory.Parameter
 
setName(String) - Method in class org.junitext.runners.parameters.factory.ParameterSet
 
setParameter(Object) - Method in class org.junitext.runners.parameters.factory.Parameter
 
setParameters(List<Parameter>) - Method in class org.junitext.runners.parameters.factory.ParameterSet
 
SetPropertyWithParameterRule - Class in org.junitext.runners.parameters.factory
Sets a property on the object on top of the stack based on a single parameter (set with the CallParamRule).
SetPropertyWithParameterRule(String) - Constructor for class org.junitext.runners.parameters.factory.SetPropertyWithParameterRule
 
shouldRun(Description, Object) - Method in class org.junitext.internal.runners.PrerequisiteHandler
 
shouldRun(Description, Object, RunNotifier) - Method in class org.junitext.internal.runners.PrerequisiteHandler
 
shouldRun(Description) - Method in class org.junitext.manipulation.CategoryFilter
 
shouldRun(Description) - Method in class org.junitext.manipulation.PrerequisiteFilter
 

T

testFailure(Failure) - Method in class org.junitext.internal.runners.CategoryTextListener
 
testIgnored(Description) - Method in class org.junitext.internal.runners.CategoryTextListener
 
testRunFinished(Result) - Method in class org.junitext.internal.runners.CategoryTextListener
 
testStarted(Description) - Method in class org.junitext.internal.runners.CategoryTextListener
 
toString() - Method in class org.junitext.runners.parameters.factory.SetPropertyWithParameterRule
 

X

XMLParameterizedRunner - Class in org.junitext.runners
A custom JUnit test runner that allows tests to be parameterized by JavaBeans instanciated with data in an XML file.
XMLParameterizedRunner(Class<?>) - Constructor for class org.junitext.runners.XMLParameterizedRunner
Constructs a new XMLBeanParamterizedRunner.
XMLParameters - Annotation Type in org.junitext
Marks a test class constructor as being paramaterized by the given XML file.

A B C D E G H O P R S T X