- 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.
- 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.