public interface TestExecutionDecider
Modifier and Type | Field and Description |
---|---|
static TestExecutionDecider |
EXECUTE |
Modifier and Type | Method and Description |
---|---|
ExecutionDecision |
decide(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.
|
int |
precedence()
Higher the precedence is, sooner this decider will be treated.
|
static final TestExecutionDecider EXECUTE
ExecutionDecision decide(Method testMethod)
testMethod
- test method to resolve a test execution on. This is always the @Test method regardless of the current phase
before or after.int precedence()
Copyright © 2017 JBoss by Red Hat. All rights reserved.