public class InitializeKernelUtilTestRule extends AbstractTestRule<Void,Properties>
| Modifier and Type | Field and Description |
|---|---|
static InitializeKernelUtilTestRule |
INSTANCE |
| Constructor and Description |
|---|
InitializeKernelUtilTestRule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterClass(org.junit.runner.Description description,
Void v) |
protected void |
afterMethod(org.junit.runner.Description description,
Properties properties,
Object target) |
protected Void |
beforeClass(org.junit.runner.Description description) |
protected Properties |
beforeMethod(org.junit.runner.Description description,
Object target) |
apply, createClassStatement, createMethodStatementpublic static final InitializeKernelUtilTestRule INSTANCE
protected void afterClass(org.junit.runner.Description description,
Void v)
throws ReflectiveOperationException
afterClass in class AbstractTestRule<Void,Properties>ReflectiveOperationExceptionprotected void afterMethod(org.junit.runner.Description description,
Properties properties,
Object target)
throws ReflectiveOperationException
afterMethod in class AbstractTestRule<Void,Properties>ReflectiveOperationExceptionprotected Void beforeClass(org.junit.runner.Description description)
throws ReflectiveOperationException
beforeClass in class AbstractTestRule<Void,Properties>ReflectiveOperationExceptionprotected Properties beforeMethod(org.junit.runner.Description description,
Object target)
throws Throwable
beforeMethod in class AbstractTestRule<Void,Properties>Throwable