public class CamelSpringTestContextLoaderTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
CamelSpringTestContextLoader that sets the test class state in CamelSpringTestHelper
almost immediately before the loader initializes the Spring context.
Implemented as a listener as the state can be set on a ThreadLocal and we are pretty sure that the same
thread will be used to initialize the Spring context.| Constructor and Description |
|---|
CamelSpringTestContextLoaderTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
Returns the precedence that is used by Spring to choose the appropriate execution order of test listeners.
|
void |
prepareTestInstance(org.springframework.test.context.TestContext testContext) |
public CamelSpringTestContextLoaderTestExecutionListener()
public int getOrder()
SpringTestExecutionListenerSorter.getPrecedence(Class) for more.getOrder in interface org.springframework.core.OrderedgetOrder in class org.springframework.test.context.support.AbstractTestExecutionListenerpublic void prepareTestInstance(org.springframework.test.context.TestContext testContext)
throws Exception
prepareTestInstance in interface org.springframework.test.context.TestExecutionListenerprepareTestInstance in class org.springframework.test.context.support.AbstractTestExecutionListenerExceptionApache Camel