A B C D E G H L M O P S T U

A

activeProfiles() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
Which active profiles should be used.
afterTestClass(TestContext) - Method in class org.apache.camel.test.spring.DisableJmxTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.apache.camel.test.spring.StopWatchTestExecutionListener
 
applicationContext - Variable in class org.apache.camel.test.spring.CamelSpringTestSupport
 

B

beforeTestMethod(TestContext) - Method in class org.apache.camel.test.spring.StopWatchTestExecutionListener
 

C

CamelSpringDelegatingTestContextLoader - Class in org.apache.camel.test.spring
CamelSpringDelegatingTestContextLoader which fixes issues in Camel's JavaConfigContextLoader.
CamelSpringDelegatingTestContextLoader() - Constructor for class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
 
CamelSpringJUnit4ClassRunner - Class in org.apache.camel.test.junit4
Deprecated. use CamelSpringJUnit4ClassRunner
CamelSpringJUnit4ClassRunner(Class<?>) - Constructor for class org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner
Deprecated.  
CamelSpringJUnit4ClassRunner - Class in org.apache.camel.test.spring
An implementation bringing the functionality of CamelSpringTestSupport to Spring Test based test cases.
CamelSpringJUnit4ClassRunner(Class<?>) - Constructor for class org.apache.camel.test.spring.CamelSpringJUnit4ClassRunner
 
CamelSpringJUnit4ClassRunner.CamelTestContextManager - Class in org.apache.camel.test.spring
An implementation providing additional integration between Spring Test and Camel testing features.
CamelSpringJUnit4ClassRunner.CamelTestContextManager(Class<?>, String) - Constructor for class org.apache.camel.test.spring.CamelSpringJUnit4ClassRunner.CamelTestContextManager
 
CamelSpringTestContextLoader - Class in org.apache.camel.test.spring
Replacement for the default GenericXmlContextLoader that provides hooks for processing some class level Camel related test annotations.
CamelSpringTestContextLoader() - Constructor for class org.apache.camel.test.spring.CamelSpringTestContextLoader
 
CamelSpringTestContextLoaderTestExecutionListener - Class in org.apache.camel.test.spring
Helper for CamelSpringTestContextLoader that sets the test class state in CamelSpringTestHelper almost immediately before the loader initializes the Spring context.
CamelSpringTestContextLoaderTestExecutionListener() - Constructor for class org.apache.camel.test.spring.CamelSpringTestContextLoaderTestExecutionListener
 
CamelSpringTestHelper - Class in org.apache.camel.test.spring
Helper that provides state information across the levels of Spring Test that do not expose the necessary context/state for integration of Camel testing features into Spring test.
CamelSpringTestHelper.DoToSpringCamelContextsStrategy - Interface in org.apache.camel.test.spring
 
CamelSpringTestSupport - Class in org.apache.camel.test.junit4
Deprecated. use CamelSpringTestSupport
CamelSpringTestSupport() - Constructor for class org.apache.camel.test.junit4.CamelSpringTestSupport
Deprecated.  
CamelSpringTestSupport - Class in org.apache.camel.test.spring
 
CamelSpringTestSupport() - Constructor for class org.apache.camel.test.spring.CamelSpringTestSupport
 
cleanup(Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Cleanup/restore global state to defaults / pre-test values after the test setup is complete.
cleanup(Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Cleanup/restore global state to defaults / pre-test values after the test setup is complete.
createApplicationContext() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
 
createCamelContext() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
 
createContext(Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Creates and starts the Spring context while optionally starting any loaded Camel contexts.
createTestContextManager(Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringJUnit4ClassRunner
Returns the specialized manager instance that provides tight integration between Camel testing features and Spring.

D

DisableJmx - Annotation Type in org.apache.camel.test.spring
Indicates if JMX should be globally disabled in the CamelContexts that are bootstrapped during the test through the use of Spring Test loaded application contexts.
DisableJmxTestExecutionListener - Class in org.apache.camel.test.spring
Provides reset to pre-test state behavior for global enable/disable of JMX support in Camel through the use of DisableJmx.
DisableJmxTestExecutionListener() - Constructor for class org.apache.camel.test.spring.DisableJmxTestExecutionListener
 
doPreSetup() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
 
doToSpringCamelContexts(ApplicationContext, CamelSpringTestHelper.DoToSpringCamelContextsStrategy) - Static method in class org.apache.camel.test.spring.CamelSpringTestHelper
Executes strategy against all SpringCamelContexts found in the Spring context.

E

excludeRoute() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
Template method used to exclude a Route from the test camel context
excludeRoutes() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
Template method used to exclude Route from the test time context route scanning
ExcludeRoutes - Annotation Type in org.apache.camel.test.spring
Indicates if certain route builder classes should be excluded from discovery.
execute(String, SpringCamelContext) - Method in interface org.apache.camel.test.spring.CamelSpringTestHelper.DoToSpringCamelContextsStrategy
 

G

getAllMethods(Class<?>) - Static method in class org.apache.camel.test.spring.CamelSpringTestHelper
Returns all methods defined in clazz and its superclasses/interfaces.
getDefaultContextLoaderClassName(Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringJUnit4ClassRunner
Returns the specialized loader for tight integration between Camel testing features and the application context initialization.
getDefaultTestExecutionListenerClasses() - Method in class org.apache.camel.test.spring.CamelSpringJUnit4ClassRunner.CamelTestContextManager
Augments the default listeners with additional listeners to provide support for the Camel testing features.
getMandatoryBean(Class<T>, String) - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
Looks up the mandatory spring bean of the given name and type, failing if it is not present or the correct type
getOriginalJmxDisabled() - Static method in class org.apache.camel.test.spring.CamelSpringTestHelper
 
getResourceSuffix() - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Returns "-context.xml".
getRouteExcludingApplicationContext() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
Create a parent context that initializes a PackageScanClassResolver to exclude a set of given classes from being resolved.
getStopWatch() - Static method in class org.apache.camel.test.spring.StopWatchTestExecutionListener
Exists primarily for testing purposes, but allows for access to the underlying stop watch instance for a test.
getTestClass() - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Returns the class under test in order to enable inspection of annotations while the Spring context is being created.
getTestClass() - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Returns the class under test in order to enable inspection of annotations while the Spring context is being created.
getTestClass() - Static method in class org.apache.camel.test.spring.CamelSpringTestHelper
 

H

handleCamelContextStartup(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Handles starting of Camel contexts based on UseAdviceWith and other state in the JVM.
handleCamelContextStartup(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Handles starting of Camel contexts based on UseAdviceWith and other state in the JVM.
handleDisableJmx(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Handles disabling of JMX on Camel contexts based on DisableJmx.
handleDisableJmx(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Handles disabling of JMX on Camel contexts based on DisableJmx.
handleLazyLoadTypeConverters(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
 
handleMockEndpoints(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Handles auto-intercepting of endpoints with mocks based on MockEndpoints.
handleMockEndpoints(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Handles auto-intercepting of endpoints with mocks based on MockEndpoints.
handleMockEndpointsAndSkip(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Handles auto-intercepting of endpoints with mocks based on MockEndpointsAndSkip and skipping the original endpoint.
handleMockEndpointsAndSkip(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Handles auto-intercepting of endpoints with mocks based on MockEndpointsAndSkip and skipping the original endpoint.
handleProvidesBreakpoint(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Handles the processing of the ProvidesBreakpoint annotation on a test class.
handleProvidesBreakpoint(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Handles the processing of the ProvidesBreakpoint annotation on a test class.
handleShutdownTimeout(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Handles updating shutdown timeouts on Camel contexts based on ShutdownTimeout.
handleShutdownTimeout(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Handles updating shutdown timeouts on Camel contexts based on ShutdownTimeout.

L

LazyLoadTypeConverters - Annotation Type in org.apache.camel.test.spring
Deprecated. See CAMEL-5011 for more details.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
 
loadBeanDefinitions(GenericApplicationContext, String...) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
 
loadContext(MergedContextConfiguration) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
 
loadContext(ConfigurableApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
Performs the bulk of the Spring application context loading/customization.
loadContext(MergedContextConfiguration) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Modeled after the Spring implementation in AbstractGenericContextLoader, this method creates and refreshes the application context while providing for processing of additional Camel specific post-refresh actions.
loadContext(String...) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Modeled after the Spring implementation in AbstractGenericContextLoader, this method creates and refreshes the application context while providing for processing of additional Camel specific post-refresh actions.
loadContext(GenericApplicationContext, Class<?>) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoader
Performs the bulk of the Spring application context loading/customization.
lock - Static variable in class org.apache.camel.test.spring.CamelSpringTestSupport
 
logger - Variable in class org.apache.camel.test.spring.CamelSpringDelegatingTestContextLoader
 

M

MockEndpoints - Annotation Type in org.apache.camel.test.spring
Triggers the auto-mocking of endpoints whose URIs match the provided filter.
MockEndpointsAndSkip - Annotation Type in org.apache.camel.test.spring
Triggers the auto-mocking of endpoints whose URIs match the provided filter with the added provision that the endpoints are also skipped.

O

org.apache.camel.test.junit4 - package org.apache.camel.test.junit4
 
org.apache.camel.test.spring - package org.apache.camel.test.spring
 

P

postProcessTest() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
Lets post process this test instance to process any Camel annotations.
prepareTestInstance(TestContext) - Method in class org.apache.camel.test.spring.CamelSpringTestContextLoaderTestExecutionListener
 
ProvidesBreakpoint - Annotation Type in org.apache.camel.test.spring
Indicates that the annotated method returns a Breakpoint for use in the test.

S

setOriginalJmxDisabledValue(String) - Static method in class org.apache.camel.test.spring.CamelSpringTestHelper
 
setTestClass(Class<?>) - Static method in class org.apache.camel.test.spring.CamelSpringTestHelper
 
ShutdownTimeout - Annotation Type in org.apache.camel.test.spring
Indicates to set the shutdown timeout of all CamelContexts instantiated through the use of Spring Test loaded application contexts.
StopWatchTestExecutionListener - Class in org.apache.camel.test.spring
An execution listener that simulates the timing output built in to CamelTestSupport.
StopWatchTestExecutionListener() - Constructor for class org.apache.camel.test.spring.StopWatchTestExecutionListener
 

T

tearDown() - Method in class org.apache.camel.test.spring.CamelSpringTestSupport
 
tearSpringDownAfterClass() - Static method in class org.apache.camel.test.spring.CamelSpringTestSupport
 
threadAppContext - Static variable in class org.apache.camel.test.spring.CamelSpringTestSupport
 
threadStopWatch - Static variable in class org.apache.camel.test.spring.StopWatchTestExecutionListener
 

U

UseAdviceWith - Annotation Type in org.apache.camel.test.spring
Indicates the use of adviceWith() within the test class.

A B C D E G H L M O P S T U

Apache Camel