public class DisableJmxTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
DisableJmx. Tries to ensure that
the pre-test value is restored.| Constructor and Description |
|---|
DisableJmxTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestClass(org.springframework.test.context.TestContext testContext) |
int |
getOrder()
Returns the precedence that is used by Spring to choose the appropriate
execution order of test listeners.
|
public void afterTestClass(org.springframework.test.context.TestContext testContext)
throws Exception
Exceptionpublic int getOrder()
SpringTestExecutionListenerSorter.getPrecedence(Class) for more.getOrder in interface org.springframework.core.OrderedgetOrder in class org.springframework.test.context.support.AbstractTestExecutionListenerApache Camel