Package org.junit.runners.parameterized
Interface ParametersRunnerFactory
-
- All Known Implementing Classes:
BlockJUnit4ClassRunnerWithParametersFactory
public interface ParametersRunnerFactory
AParametersRunnerFactory
creates a runner for a singleTestWithParameters
.- Since:
- 4.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Runner
createRunnerForTestWithParameters(TestWithParameters test)
Returns a runner for the specifiedTestWithParameters
.
-
-
-
Method Detail
-
createRunnerForTestWithParameters
Runner createRunnerForTestWithParameters(TestWithParameters test) throws InitializationError
Returns a runner for the specifiedTestWithParameters
.- Throws:
InitializationError
- if the runner could not be created.
-
-