Package | Description |
---|---|
org.dejava.component.test.runner | |
org.dejava.component.test.runner.dataset | |
org.dejava.component.test.runner.dataset.impl |
Modifier and Type | Method and Description |
---|---|
protected TestDataProvider |
JUnitParametricRunner.getTestDataProvider(FrameworkMethod testMethod)
Gets the test data provider instance from the given annotation.
|
protected Collection<ParametricTestWrapper> |
JUnitParametricRunner.getTestMethodStatements(FrameworkMethod testMethod)
Gets the statements for a parametric test method.
|
protected void |
JUnitParametricRunner.runParametricTest(FrameworkMethod testMethod)
Runs a parametric test.
|
Modifier and Type | Method and Description |
---|---|
Collection<?> |
TestDataProvider.getTestData(FrameworkMethod testMethod)
Gets the test data from the appropriate source.
|
Modifier and Type | Method and Description |
---|---|
Collection<?> |
XMLTestDataProvider.getTestData(FrameworkMethod testMethod) |
Collection<?> |
StaticMethodTestDataProvider.getTestData(FrameworkMethod testMethod) |
Collection<?> |
JNDITestDataProvider.getTestData(FrameworkMethod testMethod) |
Copyright © 2012. All Rights Reserved.