Package | Description |
---|---|
org.jboss.arquillian.test.impl | |
org.jboss.arquillian.test.spi.execution |
Modifier and Type | Method and Description |
---|---|
private ExecutionDecision |
EventTestRunnerAdaptor.resolveExecutionDecision(Manager manager,
java.lang.reflect.Method testMethod) |
Modifier and Type | Method and Description |
---|---|
ExecutionDecision |
TestExecutionDecider.decide(java.lang.reflect.Method testMethod)
This method will be called individually for each event(before/test/after), but
should return the same result for each to behave consistently.
|
static ExecutionDecision |
ExecutionDecision.dontExecute(java.lang.String reason) |
static ExecutionDecision |
ExecutionDecision.execute() |
static ExecutionDecision |
ExecutionDecision.execute(java.lang.String reason) |