public class JUnitBridgeObserver
extends java.lang.Object
| Constructor and Description |
|---|
JUnitBridgeObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundTest(org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.Test> eventContext) |
protected void |
evaluateWithClassRule(org.junit.runners.model.Statement statement,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target,
org.junit.runner.Description description,
boolean firstMethod,
boolean lastMethod) |
protected void |
handleClassRules(java.util.List<org.junit.rules.TestRule> testRules,
boolean firstMethod,
boolean lastMethod,
boolean enable) |
protected org.junit.runners.model.Statement |
withAfters(org.junit.runners.model.Statement statement,
java.lang.Class<? extends java.lang.annotation.Annotation> afterClass,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target) |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.Statement statement,
java.lang.Class<? extends java.lang.annotation.Annotation> beforeClass,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target) |
protected org.junit.runners.model.Statement |
withRules(org.junit.runners.model.Statement statement,
java.lang.Class<? extends java.lang.annotation.Annotation> ruleClass,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target,
org.junit.runner.Description description) |
public void aroundTest(@Observes
org.jboss.arquillian.core.spi.EventContext<org.jboss.arquillian.test.spi.event.suite.Test> eventContext)
throws java.lang.Throwable
java.lang.Throwableprotected void evaluateWithClassRule(org.junit.runners.model.Statement statement,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target,
org.junit.runner.Description description,
boolean firstMethod,
boolean lastMethod)
throws java.lang.Throwable
java.lang.Throwableprotected void handleClassRules(java.util.List<org.junit.rules.TestRule> testRules,
boolean firstMethod,
boolean lastMethod,
boolean enable)
protected org.junit.runners.model.Statement withAfters(org.junit.runners.model.Statement statement,
java.lang.Class<? extends java.lang.annotation.Annotation> afterClass,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target)
protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.Statement statement,
java.lang.Class<? extends java.lang.annotation.Annotation> beforeClass,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target)
protected org.junit.runners.model.Statement withRules(org.junit.runners.model.Statement statement,
java.lang.Class<? extends java.lang.annotation.Annotation> ruleClass,
org.junit.runners.model.TestClass junitTestClass,
java.lang.Object target,
org.junit.runner.Description description)