Uses of Class
org.apache.camel.test.junit4.TestSupport
-
Packages that use TestSupport Package Description org.apache.camel.test.junit4 -
-
Uses of TestSupport in org.apache.camel.test.junit4
Subclasses of TestSupport in org.apache.camel.test.junit4 Modifier and Type Class Description classCamelTestSupportA useful base class which creates aCamelContextwith some routes along with aProducerTemplatefor use in the test case Do not use this class for Spring Boot testing, instead use@RunWith(CamelSpringBootRunner.class).classExchangeTestSupportA base class for a test which requires aCamelContextand a populatedExchangeclassLanguageTestSupportA useful base class for testing the language plugins in Camel
-