public class TestClassStatement extends org.junit.runners.model.Statement implements TestInvocation
| Constructor and Description |
|---|
TestClassStatement(ExecutionContext ctx,
DecoratorExecutor executor,
org.junit.runners.model.Statement base,
Object target) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate() |
ExecutionContext |
getContext() |
Optional<Throwable> |
getException() |
FeatureResolver |
getFeatureResolver() |
Class<?> |
getTestClass() |
Optional<Object> |
getTestInstance() |
Optional<Method> |
getTestMethod() |
public TestClassStatement(ExecutionContext ctx, DecoratorExecutor executor, org.junit.runners.model.Statement base, Object target)
public void evaluate()
throws Throwable
evaluate in class org.junit.runners.model.StatementThrowablepublic Class<?> getTestClass()
getTestClass in interface TestInvocationpublic ExecutionContext getContext()
getContext in interface TestInvocationpublic Optional<Method> getTestMethod()
getTestMethod in interface TestInvocationpublic Optional<Object> getTestInstance()
getTestInstance in interface TestInvocationpublic Optional<Throwable> getException()
getException in interface TestInvocationpublic FeatureResolver getFeatureResolver()
getFeatureResolver in interface TestInvocationCopyright © 2016–2018. All rights reserved.