public class J8BlockJUnit4ClassRunnerWithParametersFactory extends BlockJUnit4ClassRunnerWithParametersFactory
A ParametersRunnerFactory that creates J8BlockJUnit4ClassRunnerWithParameters. This factory is
intended to be used in addition to J8Parameterized:
@RunWith(J8Parameterized.class)
@UseParametersRunnerFactory(J8BlockJUnit4ClassRunnerWithParametersFactory.class)
public class FoobarTest {
[…]
}
| Constructor and Description |
|---|
J8BlockJUnit4ClassRunnerWithParametersFactory() |
| Modifier and Type | Method and Description |
|---|---|
J8BlockJUnit4ClassRunnerWithParameters |
createRunnerForTestWithParameters(TestWithParameters test)
In order to support
default @Test annotated default methods
implemented interfaces, the test runner returned by this method uses
J8TestClass internally. |
public J8BlockJUnit4ClassRunnerWithParametersFactory()
public J8BlockJUnit4ClassRunnerWithParameters createRunnerForTestWithParameters(TestWithParameters test) throws InitializationError
In order to support default @Test annotated default methods
implemented interfaces, the test runner returned by this method uses
J8TestClass internally.
createRunnerForTestWithParameters in interface ParametersRunnerFactorycreateRunnerForTestWithParameters in class BlockJUnit4ClassRunnerWithParametersFactoryInitializationErrorCopyright © 2015. All rights reserved.