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

A

after() - Method in class org.apache.camel.test.junit4.CamelTearDownRule
Deprecated.
 
apply(String) - Method in class org.apache.camel.test.AvailablePortFinderPropertiesFunction
Deprecated.
 
applyCamelPostProcessor() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Applies the CamelBeanPostProcessor to this instance.
assertCollectionSize(String, Collection<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that a list is of the given size
assertCollectionSize(Collection<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that a list is of the given size
assertDirectoryEquals(String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
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
Deprecated.
To be used for folder/directory comparison that works across different platforms such as Window, Mac and Linux.
assertDirectoryExists(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
To be used to check is a directory is found in the file system
assertEndpointUri(Endpoint, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
 
assertExpression(String, Object) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
Asserts that this language expression evaluates to the given value on the current exchange
assertExpression(String, String, String) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
Asserts that the expression evaluates to one of the two given values
assertExpression(Exchange, String, Object) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
Asserts that this language expression evaluates to the given value on the given exchange
assertExpression(Exchange, String, String, Object) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
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
Deprecated.
Asserts that the given expression when evaluated returns the given answer
assertFileExists(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
To be used to check is a file is found in the file system
assertFileNotExists(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
To be used to check is a file is not found in the file system
assertInMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
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
Deprecated.
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
Deprecated.
 
assertListSize(String, List<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that a list is of the given size
assertListSize(List<T>, int) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that a list is of the given size
assertMessageHeader(Message, String, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
 
assertMockEndpointsSatisfied() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Asserts that all the expectations of the Mock endpoints are valid
assertMockEndpointsSatisfied(long, TimeUnit) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Asserts that all the expectations of the Mock endpoints are valid
assertOneElement(List<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
 
assertOutMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
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
Deprecated.
Asserts the Out message on the exchange contains the expected value
assertPredicate(String) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
Asserts that the given predicate expression evaluated on the current language and message exchange evaluates to true
assertPredicate(String, boolean) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
Asserts that the given predicate expression evaluated on the current language and message exchange evaluates to the expected value
assertPredicate(String, String, Exchange, boolean) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Asserts that the given language name and predicate expression evaluates to the expected value on the message exchange
assertPredicate(Exchange, String, boolean) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
 
assertPredicate(Predicate, Exchange, boolean) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that the predicate returns the expected value on the exchange
assertPredicateDoesNotMatch(Predicate, Exchange) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that the predicate returns the expected value on the exchange
assertPredicateFails(String) - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
Asserts that the given predicate expression evaluated on the current language and message exchange evaluates to false
assertPredicateMatches(Predicate, Exchange) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that the predicate returns the expected value on the exchange
assertResolveLanguage(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Asserts that the language name can be resolved
assertStringContains(String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Asserts that the text contains the given string
assertValidContext(CamelContext) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
AvailablePortFinder - Class in org.apache.camel.test
Deprecated.
AvailablePortFinderPropertiesFunction - Class in org.apache.camel.test
Deprecated.
AvailablePortFinderPropertiesFunction() - Constructor for class org.apache.camel.test.AvailablePortFinderPropertiesFunction
Deprecated.
 

B

before() - Method in class org.apache.camel.test.junit4.CamelTearDownRule
Deprecated.
 
bindToRegistry(Registry) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Allows to bind custom beans to the Camel Registry.
body() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
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
Deprecated.
Returns a predicate and value builder for the inbound message body as a specific type

C

CAMEL_TEAR_DOWN_RULE - Static variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
camelContextService - Variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
camelContextService() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
CamelTearDownRule - Class in org.apache.camel.test.junit4
Deprecated.
CamelTearDownRule(ThreadLocal<CamelTestSupport>) - Constructor for class org.apache.camel.test.junit4.CamelTearDownRule
Deprecated.
 
CamelTestSupport - Class in org.apache.camel.test.junit4
Deprecated.
CamelTestSupport() - Constructor for class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
CamelTestWatcher - Class in org.apache.camel.test.junit4
Deprecated.
CamelTestWatcher() - Constructor for class org.apache.camel.test.junit4.CamelTestWatcher
Deprecated.
 
cleanupResources() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Strategy to perform resources cleanup, after CamelContext is stopped
consumer - Variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
consumer() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
context - Variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
context() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
createCamelContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
createCamelRegistry() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override to use a custom Registry.
createDirectory(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
create the directory
createExchange() - Method in class org.apache.camel.test.junit4.ExchangeTestSupport
Deprecated.
A factory method to create an Exchange implementation
createExchangeWithBody(Object) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Creates an exchange with the given body
createExchangeWithBody(CamelContext, Object) - Method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Creates an exchange with the given body
createRouteBuilder() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
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.junit4.CamelTestSupport
Deprecated.
Factory method which derived classes can use to create an array of RouteBuilders to define the routes for testing

D

debugAfter(Exchange, Processor, ProcessorDefinition<?>, String, String, long) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Single step debugs and Camel invokes this method after processing the given processor
debugBefore(Exchange, Processor, ProcessorDefinition<?>, String, String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Single step debugs and Camel invokes this method before entering the given processor
deleteDirectory(File) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Recursively delete a directory, useful to zapping test data
deleteDirectory(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Recursively delete a directory, useful to zapping test data
disableJMX() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Disables the JMX agent.
doPostSetup() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Strategy to perform any post setup after CamelContext is created
doPostTearDown() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Strategy to perform any post action, after CamelContext is stopped
doPreSetup() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Strategy to perform any pre setup, before CamelContext is created
doSpringBootCheck() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Detects if this is a Spring-Boot test and throws an exception, as these base classes is not intended for testing Camel on Spring Boot.

E

enableJMX() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Enables the JMX agent.
exchange - Variable in class org.apache.camel.test.junit4.ExchangeTestSupport
Deprecated.
 
exchangeProperty(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Returns a value builder for the given exchange property
ExchangeTestSupport - Class in org.apache.camel.test.junit4
Deprecated.
ExchangeTestSupport() - Constructor for class org.apache.camel.test.junit4.ExchangeTestSupport
Deprecated.
 
ExcludingPackageScanClassResolver - Class in org.apache.camel.test
Deprecated.
ExcludingPackageScanClassResolver() - Constructor for class org.apache.camel.test.ExcludingPackageScanClassResolver
Deprecated.
 
extra - Variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 

F

finished(Description) - Method in class org.apache.camel.test.junit4.CamelTestWatcher
Deprecated.
 
fluentTemplate - Variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
fluentTemplate() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 

G

getCamelContextService() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
getCamelTestWatcher() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
getJavaMajorVersion() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Returns the current major Java version e.g 8.
getLanguageName() - Method in class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
 
getMandatoryEndpoint(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
getMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
getMockEndpoint(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Resolves the mandatory Mock endpoint using a URI of the form mock:someName
getMockEndpoint(String, boolean) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Resolves the MockEndpoint using a URI of the form mock:someName, optionally creating it if it does not exist.
getName() - Method in class org.apache.camel.test.AvailablePortFinderPropertiesFunction
Deprecated.
 
getNextAvailable() - Static method in class org.apache.camel.test.AvailablePortFinder
Deprecated.
Gets the next available port.
getNextAvailable(int, int) - Static method in class org.apache.camel.test.AvailablePortFinder
Deprecated.
Gets the next available port in the given range.
getRouteFilterExcludePattern() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Used for filtering routes routes matching the given pattern, which follows the following rules:
getRouteFilterIncludePattern() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Used for filtering routes routes matching the given pattern, which follows the following rules:
getRouteList(RouteBuilder) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
A helper method to create a list of Route objects for a given route builder
getShutdownTimeout() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Returns the timeout to use when shutting down (unit in seconds).
getTestMethodName() - Method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Gets the current test method name
getTestName() - Method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Gets the current test name

H

hasClassAnnotation(String...) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Does this test class have any of the following annotations on the class-level.
header(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Returns a value builder for the given header

I

ignoreMissingLocationWithPropertiesComponent() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Whether to ignore missing locations with the PropertiesComponent.
isCreateCamelContextPerClass() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override to control whether CamelContext should be setup per test or per class.
isDumpRouteCoverage() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Whether to dump route coverage stats at the end of the test.
isJava15() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
will be removed in the future as Camel requires JDK1.8+
isJava16() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
will be removed in the future as Camel requires JDK1.8+
isJava17() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
will be removed in the future as Camel requires JDK1.8+
isJava18() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Is this Java 1.8
isJava19() - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Is this Java 1.9
isJavaVendor(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Is this Java by the given vendor.
isLazyLoadingTypeConverter() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
isMockEndpoints() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override to enable auto mocking endpoints based on the pattern.
isMockEndpointsAndSkip() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override to enable auto mocking endpoints based on the pattern, and skip sending to original endpoint.
isPlatform(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Is this OS the given platform.
isUseAdviceWith() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override when using advice with and return true.
isUseDebugger() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override to enable debugger
isUseRouteBuilder() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Use the RouteBuilder or not

L

LanguageTestSupport - Class in org.apache.camel.test.junit4
Deprecated.
LanguageTestSupport() - Constructor for class org.apache.camel.test.junit4.LanguageTestSupport
Deprecated.
 
log - Variable in class org.apache.camel.test.junit4.TestSupport
Deprecated.
 
LS - Static variable in class org.apache.camel.test.junit4.TestSupport
Deprecated.
 

O

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

P

populateExchange(Exchange) - Method in class org.apache.camel.test.junit4.ExchangeTestSupport
Deprecated.
A strategy method to populate an exchange with some example values for use by language plugins
postProcessTest() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
property(String) - Static method in class org.apache.camel.test.junit4.TestSupport

R

replaceRouteFromWith(String, String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
resetCounters() - Static method in class org.apache.camel.test.TestSupportNodeIdFactory
Deprecated.
Start tests with fresh counters
resetMocks() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Reset all Mock endpoints.
resolveMandatoryEndpoint(String) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
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
Deprecated.
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
Deprecated.
Resolves an endpoint and asserts that it is found
resolveMandatoryEndpoint(CamelContext, String, Class<T>) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Resolves an endpoint and asserts that it is found
ROUTE_COVERAGE_ENABLED - Static variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
JVM system property which can be set to true to turn on dumping route coverage statistics.

S

sendBodies(String, Object...) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Sends messages to the given endpoint for each of the specified bodies
sendBody(String, Object) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
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
Deprecated.
Sends a message to the given endpoint URI with the body value and specified headers
setCamelContextService(Service) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
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
setExcludedClasses(Set<Class<?>>) - Method in class org.apache.camel.test.ExcludingPackageScanClassResolver
Deprecated.
 
setUp() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
setUp() - Method in class org.apache.camel.test.junit4.ExchangeTestSupport
Deprecated.
 
setupResources() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Strategy to perform resources setup, before CamelContext is created
setUseRouteBuilder(boolean) - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
startCamelContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
starting(Description) - Method in class org.apache.camel.test.junit4.CamelTestWatcher
Deprecated.
 
stopCamelContext() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
systemProperty(String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Returns a value builder for the given system property
systemProperty(String, String) - Static method in class org.apache.camel.test.junit4.TestSupport
Deprecated.
Returns a value builder for the given system property

T

tearDown() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
template - Variable in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
template() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
 
TestSupport - Class in org.apache.camel.test.junit4
Deprecated.
TestSupport() - Constructor for class org.apache.camel.test.junit4.TestSupport
Deprecated.
 
TestSupportNodeIdFactory - Class in org.apache.camel.test
Deprecated.
TestSupportNodeIdFactory() - Constructor for class org.apache.camel.test.TestSupportNodeIdFactory
Deprecated.
 
timeTaken() - Method in class org.apache.camel.test.junit4.CamelTestWatcher
Deprecated.
 

U

useJmx() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Whether or not JMX should be used during testing.
useOverridePropertiesWithPropertiesComponent() - Method in class org.apache.camel.test.junit4.CamelTestSupport
Deprecated.
Override this method to include and override properties with the Camel PropertiesComponent.
A B C D E F G H I L O P R S T U 
All Classes All Packages