public interface TestDataProvider
JUnitParametricRunner
and
ParametricTestMethodInvoker
.Modifier and Type | Method and Description |
---|---|
Collection<?> |
getTestData(FrameworkMethod testMethod)
Gets the test data from the appropriate source.
|
Collection<?> getTestData(FrameworkMethod testMethod) throws InvalidParametricTestException
testMethod
- The JUnit framework method.InvalidParametricTestException
- If the test data provider cannot be created.Copyright © 2012. All Rights Reserved.