Package org.junit.runners.parameterized
Interface ParametersRunnerFactory
- All Known Implementing Classes:
BlockJUnit4ClassRunnerWithParametersFactory
public interface ParametersRunnerFactory
A
ParametersRunnerFactory creates a runner for a single
TestWithParameters.- Since:
- 4.12
-
Method Summary
-
Method Details
-
createRunnerForTestWithParameters
Returns a runner for the specifiedTestWithParameters.- Throws:
InitializationError- if the runner could not be created.
-