|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.Assert
org.apache.camel.test.junit4.TestSupport
org.apache.camel.test.junit4.CamelTestSupport
org.apache.camel.test.junit4.CamelSpringTestSupport
public abstract class CamelSpringTestSupport
| Field Summary | |
|---|---|
protected static org.springframework.context.support.AbstractApplicationContext |
applicationContext
|
| Fields inherited from class org.apache.camel.test.junit4.CamelTestSupport |
|---|
camelContextService, consumer, context, template |
| Fields inherited from class org.apache.camel.test.junit4.TestSupport |
|---|
log, LS, testName |
| Constructor Summary | |
|---|---|
CamelSpringTestSupport()
|
|
| Method Summary | ||
|---|---|---|
protected void |
assertValidContext(org.apache.camel.CamelContext context)
|
|
protected abstract org.springframework.context.support.AbstractApplicationContext |
createApplicationContext()
|
|
protected org.apache.camel.CamelContext |
createCamelContext()
|
|
void |
doPreSetup()
Strategy to perform any pre setup, before CamelContext is created |
|
protected java.lang.Class<?> |
excludeRoute()
Template method used to exclude a Route from the test camel context |
|
protected java.lang.Class<?>[] |
excludeRoutes()
Template method used to exclude Route from the test time context
route scanning |
|
protected int |
getExpectedRouteCount()
|
|
|
getMandatoryBean(java.lang.Class<T> type,
java.lang.String name)
Looks up the mandatory spring bean of the given name and type, failing if it is not present or the correct type |
|
protected org.springframework.context.ApplicationContext |
getRouteExcludingApplicationContext()
Create a parent context that initializes a PackageScanClassResolver to exclude a set of given classes from
being resolved. |
|
void |
tearDown()
|
|
static void |
tearSpringDownAfterClass()
|
|
| Methods inherited from class org.junit.Assert |
|---|
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.springframework.context.support.AbstractApplicationContext applicationContext
| Constructor Detail |
|---|
public CamelSpringTestSupport()
| Method Detail |
|---|
protected abstract org.springframework.context.support.AbstractApplicationContext createApplicationContext()
public void doPreSetup()
throws java.lang.Exception
CamelTestSupportCamelContext is created
doPreSetup in class CamelTestSupportjava.lang.Exception
public void tearDown()
throws java.lang.Exception
tearDown in class CamelTestSupportjava.lang.Exception
public static void tearSpringDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionprotected org.springframework.context.ApplicationContext getRouteExcludingApplicationContext()
PackageScanClassResolver to exclude a set of given classes from
being resolved. Typically this is used at test time to exclude certain routes,
which might otherwise be just noisy, from being discovered and initialized.
To use this filtering mechanism it is necessary to provide the
ApplicationContext returned from here as the parent context to
your test context e.g.
protected AbstractXmlApplicationContext createApplicationContext() {
return new ClassPathXmlApplicationContext(new String[] {"test-context.xml"}, getRouteExcludingApplicationContext());
}
This will, in turn, call the template methods excludedRoutes
and excludedRoute to determine the classes to be excluded from scanning.
ApplicationContext configured
to exclude certain classes from package scanningprotected java.lang.Class<?>[] excludeRoutes()
Route from the test time context
route scanning
protected java.lang.Class<?> excludeRoute()
Route from the test camel context
public <T> T getMandatoryBean(java.lang.Class<T> type,
java.lang.String name)
protected void assertValidContext(org.apache.camel.CamelContext context)
assertValidContext in class CamelTestSupportprotected int getExpectedRouteCount()
protected org.apache.camel.CamelContext createCamelContext()
throws java.lang.Exception
createCamelContext in class CamelTestSupportjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||