A B C D E F G H I L O P R S T U

A

applicationContext - Variable in class org.apache.camel.test.CamelSpringTestSupport
 
applicationContext - Variable in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
assertCollectionSize(Collection<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that a list is of the given size
assertCollectionSize(String, Collection<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that a list is of the given size
assertCollectionSize(Collection<T>, int) - Static method in class org.apache.camel.test.TestSupport
Asserts that a list is of the given size
assertCollectionSize(String, Collection<T>, int) - Static method in class org.apache.camel.test.TestSupport
Asserts that a list is of the given size
assertDirectoryEquals(String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
To be used for folder/directory comparison that works across different platforms such as Window, Mac and Linux.
assertDirectoryEquals(String, String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
To be used for folder/directory comparison that works across different platforms such as Window, Mac and Linux.
assertDirectoryEquals(String, String) - Static method in class org.apache.camel.test.TestSupport
To be used for folder/directory comparison that works across different platforms such as Window, Mac and Linux.
assertDirectoryEquals(String, String, String) - Static method in class org.apache.camel.test.TestSupport
To be used for folder/directory comparison that works across different platforms such as Window, Mac and Linux.
assertEndpointUri(Endpoint, String) - Static method in class org.apache.camel.test.junit4.TestSupport
 
assertEndpointUri(Endpoint, String) - Static method in class org.apache.camel.test.TestSupport
 
assertExpression(Exchange, String, String, Object) - Method in class org.apache.camel.test.CamelTestSupport
Asserts that the given language name and expression evaluates to the given value on a specific exchange
assertExpression(Exchange, String, String, Object) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Asserts that the given language name and expression evaluates to the given value on a specific exchange
assertExpression(Expression, Exchange, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the given expression when evaluated returns the given answer
assertExpression(Expression, Exchange, Object) - Static method in class org.apache.camel.test.TestSupport
Asserts that the given expression when evaluated returns the given answer
assertInMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the given exchange has an OUT message of the given body value
assertInMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.TestSupport
Asserts that the given exchange has an OUT message of the given body value
assertInMessageHeader(Exchange, String, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts the In message on the exchange contains the expected value
assertInMessageHeader(Exchange, String, Object) - Static method in class org.apache.camel.test.TestSupport
Asserts the In message on the exchange contains the expected value
assertIsInstanceOf(Class<T>, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
 
assertIsInstanceOf(Class<T>, Object) - Static method in class org.apache.camel.test.TestSupport
 
assertListSize(List<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that a list is of the given size
assertListSize(String, List<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that a list is of the given size
assertListSize(List<T>, int) - Static method in class org.apache.camel.test.TestSupport
Asserts that a list is of the given size
assertListSize(String, List<T>, int) - Static method in class org.apache.camel.test.TestSupport
Asserts that a list is of the given size
assertMessageHeader(Message, String, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
 
assertMessageHeader(Message, String, Object) - Static method in class org.apache.camel.test.TestSupport
 
assertMockEndpointsSatisfied() - Method in class org.apache.camel.test.CamelTestSupport
Asserts that all the expectations of the Mock endpoints are valid
assertMockEndpointsSatisfied() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Asserts that all the expectations of the Mock endpoints are valid
assertOneElement(List<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
 
assertOneElement(List<T>) - Static method in class org.apache.camel.test.TestSupport
 
assertOutMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the given exchange has an OUT message of the given body value
assertOutMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.TestSupport
Asserts that the given exchange has an OUT message of the given body value
assertOutMessageHeader(Exchange, String, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts the Out message on the exchange contains the expected value
assertOutMessageHeader(Exchange, String, Object) - Static method in class org.apache.camel.test.TestSupport
Asserts the Out message on the exchange contains the expected value
assertPredicate(String, String, Exchange, boolean) - Method in class org.apache.camel.test.CamelTestSupport
Asserts that the given language name and predicate expression evaluates to the expected value on the message exchange
assertPredicate(String, String, Exchange, boolean) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Asserts that the given language name and predicate expression evaluates to the expected value on the message exchange
assertPredicate(Predicate, Exchange, boolean) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the predicate returns the expected value on the exchange
assertPredicate(Predicate, Exchange, boolean) - Static method in class org.apache.camel.test.TestSupport
Asserts that the predicate returns the expected value on the exchange
assertPredicateDoesNotMatch(Predicate, Exchange) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the predicate returns the expected value on the exchange
assertPredicateDoesNotMatch(Predicate, Exchange) - Static method in class org.apache.camel.test.TestSupport
Asserts that the predicate returns the expected value on the exchange
assertPredicateMatches(Predicate, Exchange) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the predicate returns the expected value on the exchange
assertPredicateMatches(Predicate, Exchange) - Static method in class org.apache.camel.test.TestSupport
Asserts that the predicate returns the expected value on the exchange
assertResolveLanguage(String) - Method in class org.apache.camel.test.CamelTestSupport
Asserts that the language name can be resolved
assertResolveLanguage(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Asserts that the language name can be resolved
assertStringContains(String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Asserts that the text contains the given string
assertStringContains(String, String) - Static method in class org.apache.camel.test.TestSupport
Asserts that the text contains the given string
assertValidContext(CamelContext) - Method in class org.apache.camel.test.CamelSpringTestSupport
 
assertValidContext(CamelContext) - Method in class org.apache.camel.test.CamelTestSupport
 
assertValidContext(CamelContext) - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
assertValidContext(CamelContext) - Method in class org.apache.camel.test.junit4.CamelTestSupport
 

B

body() - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a predicate and value builder for the inbound body on an exchange
body() - Static method in class org.apache.camel.test.TestSupport
Returns a predicate and value builder for the inbound body on an exchange
bodyAs(Class<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a predicate and value builder for the inbound message body as a specific type
bodyAs(Class<T>) - Static method in class org.apache.camel.test.TestSupport
Returns a predicate and value builder for the inbound message body as a specific type

C

CamelSpringTestSupport - Class in org.apache.camel.test
 
CamelSpringTestSupport() - Constructor for class org.apache.camel.test.CamelSpringTestSupport
 
CamelSpringTestSupport - Class in org.apache.camel.test.junit4
 
CamelSpringTestSupport() - Constructor for class org.apache.camel.test.junit4.CamelSpringTestSupport
 
CamelTestSupport - Class in org.apache.camel.test
A useful base class which creates a CamelContext with some routes along with a ProducerTemplate for use in the test case
CamelTestSupport() - Constructor for class org.apache.camel.test.CamelTestSupport
 
CamelTestSupport - Class in org.apache.camel.test.junit4
A useful base class which creates a CamelContext with some routes along with a ProducerTemplate for use in the test case
CamelTestSupport() - Constructor for class org.apache.camel.test.junit4.CamelTestSupport
 
consumer - Variable in class org.apache.camel.test.CamelTestSupport
 
consumer - Variable in class org.apache.camel.test.junit4.CamelTestSupport
 
context - Variable in class org.apache.camel.test.CamelTestSupport
 
context - Variable in class org.apache.camel.test.junit4.CamelTestSupport
 
createApplicationContext() - Method in class org.apache.camel.test.CamelSpringTestSupport
 
createApplicationContext() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
createCamelContext() - Method in class org.apache.camel.test.CamelSpringTestSupport
 
createCamelContext() - Method in class org.apache.camel.test.CamelTestSupport
 
createCamelContext() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
createCamelContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
createDirectory(String) - Static method in class org.apache.camel.test.junit4.TestSupport
create the directory
createDirectory(String) - Static method in class org.apache.camel.test.TestSupport
create the directory
createExchangeWithBody(Object) - Method in class org.apache.camel.test.CamelTestSupport
Creates an exchange with the given body
createExchangeWithBody(Object) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Creates an exchange with the given body
createExchangeWithBody(CamelContext, Object) - Method in class org.apache.camel.test.junit4.TestSupport
Creates an exchange with the given body
createExchangeWithBody(CamelContext, Object) - Method in class org.apache.camel.test.TestSupport
Creates an exchange with the given body
createJndiContext() - Method in class org.apache.camel.test.CamelTestSupport
 
createJndiContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
createRegistry() - Method in class org.apache.camel.test.CamelTestSupport
 
createRegistry() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
createRouteBuilder() - Method in class org.apache.camel.test.CamelTestSupport
Factory method which derived classes can use to create a RouteBuilder to define the routes for testing
createRouteBuilder() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Factory method which derived classes can use to create a RouteBuilder to define the routes for testing
createRouteBuilders() - Method in class org.apache.camel.test.CamelTestSupport
Factory method which derived classes can use to create an array of RouteBuilders to define the routes for testing
createRouteBuilders() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Factory method which derived classes can use to create an array of RouteBuilders to define the routes for testing

D

deleteDirectory(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Recursively delete a directory, useful to zapping test data
deleteDirectory(File) - Static method in class org.apache.camel.test.junit4.TestSupport
Recursively delete a directory, useful to zapping test data
deleteDirectory(String) - Static method in class org.apache.camel.test.TestSupport
Recursively delete a directory, useful to zapping test data
deleteDirectory(File) - Static method in class org.apache.camel.test.TestSupport
Recursively delete a directory, useful to zapping test data
disableJMX() - Method in class org.apache.camel.test.CamelTestSupport
Disables the JMX agent.
disableJMX() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Disables the JMX agent.

E

enableJMX() - Method in class org.apache.camel.test.CamelTestSupport
Enables the JMX agent.
enableJMX() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Enables the JMX agent.
excludeRoute() - Method in class org.apache.camel.test.CamelSpringTestSupport
Template method used to exclude a Route from the test camel context
excludeRoute() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
Template method used to exclude a Routes from the test camel context
excludeRoutes() - Method in class org.apache.camel.test.CamelSpringTestSupport
Template method used to exclude Route from the test time context route scanning
excludeRoutes() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
Template method used to exclude Routes from the test time context route scanning

F

faultBody() - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a predicate and value builder for the fault body on an exchange
faultBody() - Static method in class org.apache.camel.test.TestSupport
Returns a predicate and value builder for the fault body on an exchange
faultBodyAs(Class<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a predicate and value builder for the fault message body as a specific type
faultBodyAs(Class<T>) - Static method in class org.apache.camel.test.TestSupport
Returns a predicate and value builder for the fault message body as a specific type

G

getCamelContextService() - Method in class org.apache.camel.test.CamelTestSupport
 
getCamelContextService() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
getExpectedRouteCount() - Method in class org.apache.camel.test.CamelSpringTestSupport
 
getExpectedRouteCount() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
getMandatoryBean(Class<T>, String) - Method in class org.apache.camel.test.CamelSpringTestSupport
Looks up the mandatory spring bean of the given name and type, failing if it is not present or the correct type
getMandatoryBean(Class<T>, String) - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
Looks up the mandatory spring bean of the given name and type, failing if it is not present or the correct type
getMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.CamelTestSupport
 
getMandatoryEndpoint(String) - Method in class org.apache.camel.test.CamelTestSupport
 
getMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
getMandatoryEndpoint(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
getMockEndpoint(String) - Method in class org.apache.camel.test.CamelTestSupport
Resolves the mandatory Mock endpoint using a URI of the form mock:someName
getMockEndpoint(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Resolves the mandatory Mock endpoint using a URI of the form mock:someName
getRouteExcludingApplicationContext() - Method in class org.apache.camel.test.CamelSpringTestSupport
Create a parent context that initializes a PackageScanClassResolver to exclude a set of given classes from being resolved.
getRouteExcludingApplicationContext() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
Create a parent context that initializes a PackageScanClassResolver to exclude a set of given classes from being resolved.
getRouteList(RouteBuilder) - Static method in class org.apache.camel.test.junit4.TestSupport
A helper method to create a list of Route objects for a given route builder
getRouteList(RouteBuilder) - Static method in class org.apache.camel.test.TestSupport
A helper method to create a list of Route objects for a given route builder
getSingletonEndpoints(Class<T>) - Method in class org.apache.camel.test.CamelTestSupport
 
getSingletonEndpoints(Class<T>) - Method in class org.apache.camel.test.junit4.CamelTestSupport
 

H

header(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a value builder for the given header
header(String) - Static method in class org.apache.camel.test.TestSupport
Returns a value builder for the given header

I

isUseRouteBuilder() - Method in class org.apache.camel.test.CamelTestSupport
 
isUseRouteBuilder() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 

L

log - Variable in class org.apache.camel.test.junit4.TestSupport
 
log - Variable in class org.apache.camel.test.TestSupport
 

O

org.apache.camel.test - package org.apache.camel.test
 
org.apache.camel.test.junit4 - package org.apache.camel.test.junit4
 
outBody() - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a predicate and value builder for the outbound body on an exchange
outBody() - Static method in class org.apache.camel.test.TestSupport
Returns a predicate and value builder for the outbound body on an exchange
outBodyAs(Class<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a predicate and value builder for the outbound message body as a specific type
outBodyAs(Class<T>) - Static method in class org.apache.camel.test.TestSupport
Returns a predicate and value builder for the outbound message body as a specific type

P

postProcessTest() - Method in class org.apache.camel.test.CamelTestSupport
Lets post process this test instance to process any Camel annotations.
postProcessTest() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Lets post process this test instance to process any Camel annotations.
property(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a value builder for the given property
property(String) - Static method in class org.apache.camel.test.TestSupport
Returns a value builder for the given property

R

resolveMandatoryEndpoint(String) - Method in class org.apache.camel.test.CamelTestSupport
Resolves a mandatory endpoint for the given URI or an exception is thrown
resolveMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.CamelTestSupport
Resolves a mandatory endpoint for the given URI and expected type or an exception is thrown
resolveMandatoryEndpoint(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Resolves a mandatory endpoint for the given URI or an exception is thrown
resolveMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Resolves a mandatory endpoint for the given URI and expected type or an exception is thrown
resolveMandatoryEndpoint(CamelContext, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Resolves an endpoint and asserts that it is found
resolveMandatoryEndpoint(CamelContext, String, Class<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
Resolves an endpoint and asserts that it is found
resolveMandatoryEndpoint(CamelContext, String) - Static method in class org.apache.camel.test.TestSupport
Resolves an endpoint and asserts that it is found
resolveMandatoryEndpoint(CamelContext, String, Class<T>) - Static method in class org.apache.camel.test.TestSupport
Resolves an endpoint and asserts that it is found

S

sendBodies(String, Object...) - Method in class org.apache.camel.test.CamelTestSupport
Sends messages to the given endpoint for each of the specified bodies
sendBodies(String, Object...) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Sends messages to the given endpoint for each of the specified bodies
sendBody(String, Object) - Method in class org.apache.camel.test.CamelTestSupport
Sends a message to the given endpoint URI with the body value
sendBody(String, Object, Map<String, Object>) - Method in class org.apache.camel.test.CamelTestSupport
Sends a message to the given endpoint URI with the body value and specified headers
sendBody(String, Object) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Sends a message to the given endpoint URI with the body value
sendBody(String, Object, Map<String, Object>) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Sends a message to the given endpoint URI with the body value and specified headers
setCamelContextService(Service) - Method in class org.apache.camel.test.CamelTestSupport
Allows a service to be registered a separate lifecycle service to start and stop the context; such as for Spring when the ApplicationContext is started and stopped, rather than directly stopping the CamelContext
setCamelContextService(Service) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Allows a service to be registered a separate lifecycle service to start and stop the context; such as for Spring when the ApplicationContext is started and stopped, rather than directly stopping the CamelContext
setUp() - Method in class org.apache.camel.test.CamelSpringTestSupport
 
setUp() - Method in class org.apache.camel.test.CamelTestSupport
 
setUp() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
setUp() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
setUseRouteBuilder(boolean) - Method in class org.apache.camel.test.CamelTestSupport
 
setUseRouteBuilder(boolean) - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
startCamelContext() - Method in class org.apache.camel.test.CamelTestSupport
 
startCamelContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
stopCamelContext() - Method in class org.apache.camel.test.CamelTestSupport
 
stopCamelContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
systemProperty(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a value builder for the given system property
systemProperty(String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Returns a value builder for the given system property
systemProperty(String) - Static method in class org.apache.camel.test.TestSupport
Returns a value builder for the given system property
systemProperty(String, String) - Static method in class org.apache.camel.test.TestSupport
Returns a value builder for the given system property

T

tearDown() - Method in class org.apache.camel.test.CamelSpringTestSupport
 
tearDown() - Method in class org.apache.camel.test.CamelTestSupport
 
tearDown() - Method in class org.apache.camel.test.junit4.CamelSpringTestSupport
 
tearDown() - Method in class org.apache.camel.test.junit4.CamelTestSupport
 
template - Variable in class org.apache.camel.test.CamelTestSupport
 
template - Variable in class org.apache.camel.test.junit4.CamelTestSupport
 
TestSupport - Class in org.apache.camel.test.junit4
A bunch of useful testing methods
TestSupport() - Constructor for class org.apache.camel.test.junit4.TestSupport
 
TestSupport - Class in org.apache.camel.test
A bunch of useful testing methods
TestSupport() - Constructor for class org.apache.camel.test.TestSupport
 

U

unwrap(Processor) - Static method in class org.apache.camel.test.junit4.TestSupport
If a processor is wrapped with a bunch of DelegateProcessor or DelegateAsyncProcessor objects this call will drill through them and return the wrapped Processor.
unwrap(Processor) - Static method in class org.apache.camel.test.TestSupport
If a processor is wrapped with a bunch of DelegateProcessor or DelegateAsyncProcessor objects this call will drill through them and return the wrapped Processor.
unwrapChannel(Processor) - Static method in class org.apache.camel.test.junit4.TestSupport
If a processor is wrapped with a bunch of DelegateProcessor or DelegateAsyncProcessor objects this call will drill through them and return the Channel.
unwrapChannel(Processor) - Static method in class org.apache.camel.test.TestSupport
If a processor is wrapped with a bunch of DelegateProcessor or DelegateAsyncProcessor objects this call will drill through them and return the Channel.

A B C D E F G H I L O P R S T U

Apache CAMEL