A C D E F G I J M O P R S T U V X 

A

AbstractParametricTestStatement - Class in org.dejava.component.test.runner.statement
Basic parametric test statement.
AbstractParametricTestStatement(Object, FrameworkMethod, Object[]) - Constructor for class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Default constructor.
AbstractTestAssertionError - Error in org.dejava.component.test.exception
Test assertion related errors.
AbstractTestAssertionError(Object, String, String, Object[], Throwable) - Constructor for error org.dejava.component.test.exception.AbstractTestAssertionError
Basic constructor.
AbstractTestException - Exception in org.dejava.component.test.exception
Test related exceptions.
AbstractTestException(Object, String, String, Object[], Throwable) - Constructor for exception org.dejava.component.test.exception.AbstractTestException
Basic constructor.
addFailedAssumption(Throwable) - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Adds aa failed assumption to a test.
addFailedAssumptions(Collection<AtomParametricTestAssertionError>) - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Adds any number of failed assumptions to a test.
addFailure(Throwable) - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Add a failure to a test.
addFailures(Collection<? extends Throwable>) - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Adds any number of failures to a test.
apply(Statement, Description) - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
 
AtomParametricTestAssertionError - Error in org.dejava.component.test.exception.parametric.atomic
A single parametric test assertion error.
AtomParametricTestAssertionError(String, Object[], Throwable) - Constructor for error org.dejava.component.test.exception.parametric.atomic.AtomParametricTestAssertionError
Default constructor.
AtomParametricTestException - Exception in org.dejava.component.test.exception.parametric.atomic
A single parametric test exception.
AtomParametricTestException(String, Object[], Throwable) - Constructor for exception org.dejava.component.test.exception.parametric.atomic.AtomParametricTestException
Default constructor.

C

computeTestMethods() - Method in class org.dejava.component.test.runner.JUnitParametricRunner
 

D

DEFAULT_METHOD_NAME - Static variable in class org.dejava.component.test.runner.dataset.impl.StaticMethodTestDataProvider
Default name for the test data objects method.
DEFAULT_XML_PATH - Static variable in class org.dejava.component.test.runner.dataset.impl.XMLTestDataProvider
Default path for the XML.

E

ErrorKeys - Class in org.dejava.component.test.constant
Constants related to error keys of the package.
evaluate() - Method in class org.dejava.component.test.runner.statement.ParametricTestMethodInvoker
 
evaluate() - Method in class org.dejava.component.test.runner.statement.ParametricTestWrapper
 

F

fireTestFinished() - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
 
fireTestIgnored() - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
 
fireTestStarted() - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
 

G

getDescription() - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Gets the test description.
getExpectedExceptionRule(FrameworkMethod) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Gets a new expected exception rule for the current test method.
getFilePath(FrameworkMethod) - Method in class org.dejava.component.test.runner.dataset.impl.XMLTestDataProvider
Gets the XML file path (relative to the test class).
getLocalizedMessage() - Method in error org.dejava.component.test.exception.AbstractTestAssertionError
 
getMessage() - Method in error org.dejava.component.test.exception.AbstractTestAssertionError
 
getMessageCommand() - Method in error org.dejava.component.test.exception.AbstractTestAssertionError
Gets the message command for the localized error.
getMethodName() - Method in class org.dejava.component.test.runner.dataset.impl.JNDITestDataProvider
Gets the method name for the test data provider.
getMethodName(FrameworkMethod) - Method in class org.dejava.component.test.runner.dataset.impl.StaticMethodTestDataProvider
Gets the method name for the test data provider.
getNotifier() - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Gets the test run notifier.
getObjectPath() - Method in class org.dejava.component.test.runner.dataset.impl.JNDITestDataProvider
Gets the JNDI path for the object from which the test data provider method will be invoked.
getParamsValues() - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Gets the parameters values for the test method.
getParamsValues() - Method in class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Gets the parameters values for the test method.
getRules(Object, FrameworkMethod, Object[]) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Gets the rules for the given test.
getTargetTest() - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Returns the target test object for the method invocation.
getTargetTest() - Method in class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Returns the target test object for the method invocation.
getTestAssumptionViolations() - Method in exception org.dejava.component.test.exception.parametric.ParametricTestException
Gets the assumption violated exceptions thrown during a parametric test.
getTestData(FrameworkMethod) - Method in class org.dejava.component.test.runner.dataset.impl.JNDITestDataProvider
 
getTestData(FrameworkMethod) - Method in class org.dejava.component.test.runner.dataset.impl.StaticMethodTestDataProvider
 
getTestData(FrameworkMethod) - Method in class org.dejava.component.test.runner.dataset.impl.XMLTestDataProvider
 
getTestData(FrameworkMethod) - Method in interface org.dejava.component.test.runner.dataset.TestDataProvider
Gets the test data from the appropriate source.
getTestDataProvider(FrameworkMethod) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Gets the test data provider instance from the given annotation.
getTestExceptions() - Method in exception org.dejava.component.test.exception.parametric.ParametricTestException
Gets the exceptions thrown during a parametric test.
getTestMethod() - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Returns the JUnit framework method.
getTestMethod() - Method in class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Returns the JUnit framework method.
getTestMethodStatement(FrameworkMethod, Object[]) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Gets the statement for a parametric test method.
getTestMethodStatements(FrameworkMethod) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Gets the statements for a parametric test method.
getTestStatement() - Method in class org.dejava.component.test.runner.statement.ParametricTestWrapper
Gets the nested test statement for the parametric test.
getTimeoutRule(FrameworkMethod) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Gets a new timeout rule for the current test method.
GroupTest - Annotation Type in org.dejava.component.test.annotation
Defines testing groups in a test class.

I

INVALID_PARAM_TEST_METHOD - Static variable in class org.dejava.component.test.constant.ErrorKeys
Invalid parametric test method.
InvalidParametricTestException - Exception in org.dejava.component.test.exception.parametric
Exception related to an invalid parametric test method (that should be public void with one argument).
InvalidParametricTestException(Object, String, String, Object[], Throwable) - Constructor for exception org.dejava.component.test.exception.parametric.InvalidParametricTestException
 
InvalidParametricTestException(String, Object[]) - Constructor for exception org.dejava.component.test.exception.parametric.InvalidParametricTestException
Basic constructor.

J

JNDITestDataProvider - Class in org.dejava.component.test.runner.dataset.impl
Provides access to XML test data.
JNDITestDataProvider(String, String) - Constructor for class org.dejava.component.test.runner.dataset.impl.JNDITestDataProvider
Default constructor.
JUnitParametricRunner - Class in org.dejava.component.test.runner
JUnit runner that injects test data into tests.
JUnitParametricRunner(Class<?>) - Constructor for class org.dejava.component.test.runner.JUnitParametricRunner
 

M

MessageTypes - Interface in org.dejava.component.test.util
Types of messages.
MessageTypes.Error - Interface in org.dejava.component.test.util
Error message type.
METHOD_NAME_EXPRESSION - Static variable in class org.dejava.component.test.runner.statement.ParametricTestMethodInvoker
Method name expression to be evaluated later.

O

org.dejava.component.test.annotation - package org.dejava.component.test.annotation
 
org.dejava.component.test.constant - package org.dejava.component.test.constant
 
org.dejava.component.test.exception - package org.dejava.component.test.exception
 
org.dejava.component.test.exception.parametric - package org.dejava.component.test.exception.parametric
 
org.dejava.component.test.exception.parametric.atomic - package org.dejava.component.test.exception.parametric.atomic
 
org.dejava.component.test.runner - package org.dejava.component.test.runner
 
org.dejava.component.test.runner.dataset - package org.dejava.component.test.runner.dataset
 
org.dejava.component.test.runner.dataset.impl - package org.dejava.component.test.runner.dataset.impl
 
org.dejava.component.test.runner.notifier - package org.dejava.component.test.runner.notifier
 
org.dejava.component.test.runner.rule - package org.dejava.component.test.runner.rule
 
org.dejava.component.test.runner.statement - package org.dejava.component.test.runner.statement
 
org.dejava.component.test.util - package org.dejava.component.test.util
 

P

ParametricTest - Annotation Type in org.dejava.component.test.annotation
Parametric data test.
ParametricTestException - Exception in org.dejava.component.test.exception.parametric
Exception related to a parametric test exceptions (and/or assertion errors).
ParametricTestException(String, Object[], Collection<AtomParametricTestException>, Collection<AtomParametricTestAssertionError>) - Constructor for exception org.dejava.component.test.exception.parametric.ParametricTestException
Default constructor.
ParametricTestMethodInvoker - Class in org.dejava.component.test.runner.statement
Statement to invoke test methods.
ParametricTestMethodInvoker(Object, FrameworkMethod, Object[]) - Constructor for class org.dejava.component.test.runner.statement.ParametricTestMethodInvoker
 
ParametricTestNotifier - Class in org.dejava.component.test.runner.notifier
TODO
ParametricTestNotifier(RunNotifier, Description) - Constructor for class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Default constructor.
ParametricTestWrapper - Class in org.dejava.component.test.runner.statement
Wrapper for parametric test statements.
ParametricTestWrapper(Statement, Object, FrameworkMethod, Object[]) - Constructor for class org.dejava.component.test.runner.statement.ParametricTestWrapper
Default constructor.
ParametricTestWrapperRule - Class in org.dejava.component.test.runner.rule
This rule applies a parametric test wrapper to a test statement.
ParametricTestWrapperRule(Object, FrameworkMethod, Object[]) - Constructor for class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Default constructor.

R

runChild(FrameworkMethod, RunNotifier) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
 
runParametricTest(FrameworkMethod) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Runs a parametric test.

S

setDescription(Description) - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Sets the test description.
setFilePath(String) - Method in class org.dejava.component.test.runner.dataset.impl.XMLTestDataProvider
Sets the XML file path (relative to the test class).
setMessageCommand(MessageCommand) - Method in error org.dejava.component.test.exception.AbstractTestAssertionError
Sets the message command for the localized error.
setMethodName(String) - Method in class org.dejava.component.test.runner.dataset.impl.JNDITestDataProvider
Sets the method name for the test data provider.
setMethodName(String) - Method in class org.dejava.component.test.runner.dataset.impl.StaticMethodTestDataProvider
Sets the method name for the test data provider.
setNotifier(RunNotifier) - Method in class org.dejava.component.test.runner.notifier.ParametricTestNotifier
Sets the test run notifier.
setObjectPath(String) - Method in class org.dejava.component.test.runner.dataset.impl.JNDITestDataProvider
Sets the JNDI path for the object from which the test data provider method will be invoked.
setParamsValues(Object[]) - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Sets the parameters values for the test method.
setParamsValues(Object[]) - Method in class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Sets the parameters values for the test method.
setTargetTest(Object) - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Sets the target test object for the method invocation.
setTargetTest(Object) - Method in class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Sets the target test object for the method invocation.
setTestAssumptionViolations(Collection<AtomParametricTestAssertionError>) - Method in exception org.dejava.component.test.exception.parametric.ParametricTestException
Sets the assumption violated exceptions thrown during a parametric test.
setTestExceptions(Collection<AtomParametricTestException>) - Method in exception org.dejava.component.test.exception.parametric.ParametricTestException
Sets the exceptions thrown during a parametric test.
setTestMethod(FrameworkMethod) - Method in class org.dejava.component.test.runner.rule.ParametricTestWrapperRule
Sets the JUnit framework method.
setTestMethod(FrameworkMethod) - Method in class org.dejava.component.test.runner.statement.AbstractParametricTestStatement
Sets the JUnit framework method.
setTestStatement(Statement) - Method in class org.dejava.component.test.runner.statement.ParametricTestWrapper
Sets the nested test statement for the parametric test.
StaticMethodTestDataProvider - Class in org.dejava.component.test.runner.dataset.impl
Provides access to XML test data.
StaticMethodTestDataProvider() - Constructor for class org.dejava.component.test.runner.dataset.impl.StaticMethodTestDataProvider
Default constructor.
StaticMethodTestDataProvider(String) - Constructor for class org.dejava.component.test.runner.dataset.impl.StaticMethodTestDataProvider
Default constructor.

T

TestDataProvider - Interface in org.dejava.component.test.runner.dataset
Defines how test data must be provided for the JUnitParametricRunner and ParametricTestMethodInvoker.

U

UNAVAILABLE_TEST_DATA - Static variable in class org.dejava.component.test.constant.ErrorKeys
Unavailable parametric test data.

V

validatePublicVoidNoArgs(List<FrameworkMethod>, boolean, List<Throwable>) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Validate the passed methods (usually methods annotated with @Test but not @ParametricTest) as "public void no args".
validatePublicVoidOneArg(List<FrameworkMethod>, boolean, List<Throwable>) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
Validate the passed methods (usually methods annotated with @ParametricTest) as "public void one arg".
validateTestMethods(List<Throwable>) - Method in class org.dejava.component.test.runner.JUnitParametricRunner
 

X

XMLTestDataProvider - Class in org.dejava.component.test.runner.dataset.impl
Provides access to XML test data.
XMLTestDataProvider() - Constructor for class org.dejava.component.test.runner.dataset.impl.XMLTestDataProvider
 
A C D E F G I J M O P R S T U V X 

Copyright © 2012. All Rights Reserved.