Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractTestSupport - Class in org.apache.camel.test.junit5
Base test class, mostly made of legacy setup methods.
AbstractTestSupport() - Constructor for class org.apache.camel.test.junit5.AbstractTestSupport
 
AbstractTestSupport(TestExecutionConfiguration, CamelContextConfiguration) - Constructor for class org.apache.camel.test.junit5.AbstractTestSupport
 
afterAll(ExtensionContext) - Method in class org.apache.camel.test.AvailablePortFinder.Port
 
afterAll(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
afterEach(IntConsumer) - Method in class org.apache.camel.test.junit5.ThrottlingExecutor
 
afterEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
afterEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestLoggerExtension
 
afterEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestNameExtension
 
afterProcess(Exchange, Processor, NamedNode, long) - Method in class org.apache.camel.test.junit5.DebugBreakpoint
 
afterTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
afterTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestLoggerExtension
 
afterTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestNameExtension
 
apply(String) - Method in class org.apache.camel.test.AvailablePortFinderPropertiesFunction
 
applyCamelPostProcessor() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
applyCamelPostProcessor(Object) - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
applyCamelPostProcessor(Object) - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
assertCollectionSize(String, Collection<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given collection has a given size.
assertCollectionSize(Collection<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given collection has a given size.
assertDirectoryEquals(String, String) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that two given directories are equal.
assertDirectoryEquals(String, String, String) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that two given directories are equal.
assertDirectoryExists(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given directory is found in the file system.
assertDirectoryExists(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
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.junit5.TestSupport
Asserts that a given endpoint has an expected uri.
assertExpression(String, Object) - Method in class org.apache.camel.test.junit5.LanguageTestSupport
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.junit5.LanguageTestSupport
Asserts that the expression evaluates to one of the two given values
assertExpression(CamelContext, Exchange, String, String, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the given language name and expression evaluates to the given value on a specific exchange
assertExpression(Exchange, String, Object) - Method in class org.apache.camel.test.junit5.LanguageTestSupport
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.junit5.CamelTestSupport
Deprecated.
assertExpression(Expression, Exchange, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the given expression when evaluated returns the given answer.
assertFileExists(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given file is found in the file system.
assertFileExists(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
To be used to check is a file is found in the file system
assertFileExists(Path, String) - Static method in class org.apache.camel.test.junit5.TestSupport
To be used to check is a file is found in the file system
assertFileNotExists(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given file is not found in the file system.
assertFileNotExists(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
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.junit5.TestSupport
Asserts that the given exchange has a given expectedBody on the IN message.
assertInMessageHeader(Exchange, String, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the In message on the exchange contains an header with a given name and expected value.
assertIsInstanceOf(Class<T>, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given value is of an expected type.
assertListSize(String, List<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a list is of the given size.
assertListSize(List<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given list has a given expected size.
assertMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the given exchange has a given expectedBody on the message.
assertMessageHeader(Message, String, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given message contains an header with a given name and expected value.
assertOneElement(List<T>) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given list has a single element.
assertOutMessageHeader(Exchange, String, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the message on the exchange contains an header with a given name and expected value.
assertPredicate(String) - Method in class org.apache.camel.test.junit5.LanguageTestSupport
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.junit5.LanguageTestSupport
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.junit5.CamelTestSupport
Deprecated.
assertPredicate(CamelContext, String, String, Exchange, boolean) - Static method in class org.apache.camel.test.junit5.TestSupport
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.junit5.LanguageTestSupport
 
assertPredicate(Predicate, Exchange, boolean) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the predicate returns the expected value on the exchange.
assertPredicateDoesNotMatch(Predicate, Exchange) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that a given predicate returns false on a given exchange.
assertPredicateFails(String) - Method in class org.apache.camel.test.junit5.LanguageTestSupport
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.junit5.TestSupport
Asserts that a given predicate returns true on a given exchange.
assertResolveLanguage(String) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
assertResolveLanguage(CamelContext, String) - Static method in class org.apache.camel.test.junit5.TestSupport
Deprecated.
assertStringContains(String, String) - Static method in class org.apache.camel.test.junit5.TestSupport
Asserts that the text contains the given string.
assertValidContext(CamelContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
Use JUnit's assertions if needed
autoStartContext() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
 
AvailablePortFinder - Class in org.apache.camel.test
Finds currently available server ports.
AvailablePortFinder.Port - Class in org.apache.camel.test
 
AvailablePortFinderPropertiesFunction - Class in org.apache.camel.test
A PropertiesFunction that reserves network ports and place them in a cache for reuse.
AvailablePortFinderPropertiesFunction() - Constructor for class org.apache.camel.test.AvailablePortFinderPropertiesFunction
 
awaiting(long, TimeUnit) - Method in class org.apache.camel.test.junit5.ThrottlingExecutor
 

B

BEFORE_ALL - Enum constant in enum class org.apache.camel.test.junit5.ContextManagerFactory.Type
 
BEFORE_EACH - Enum constant in enum class org.apache.camel.test.junit5.ContextManagerFactory.Type
 
beforeAll(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
beforeContextStart(Object) - Method in interface org.apache.camel.test.junit5.CamelContextManager
A callback method to be executed before starting the context
beforeContextStart(Object) - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
beforeContextStart(Object) - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
beforeEach(IntConsumer) - Method in class org.apache.camel.test.junit5.ThrottlingExecutor
 
beforeEach(ExtensionContext) - Method in class org.apache.camel.test.AvailablePortFinder.Port
 
beforeEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
beforeEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestLoggerExtension
 
beforeEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestNameExtension
 
beforeProcess(Exchange, Processor, NamedNode) - Method in class org.apache.camel.test.junit5.DebugBreakpoint
 
beforeTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
beforeTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestLoggerExtension
 
beforeTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.TestNameExtension
 
beforeWait() - Method in class org.apache.camel.test.junit5.ThrottlingExecutor
 
bindToRegistry(Registry) - Method in interface org.apache.camel.test.junit5.CamelContextConfiguration.RegistryBinder
 
bindToRegistry(Registry) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Allows binding custom beans to the Camel Registry.
body() - Static method in class org.apache.camel.test.junit5.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.junit5.TestSupport
Returns a predicate and value builder for the inbound message body as a specific type.
breakpoint() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
buildUri() - Method in class org.apache.camel.test.junit5.EndpointUriFactoryTestSupport
 

C

camelContextConfiguration - Variable in class org.apache.camel.test.junit5.AbstractTestSupport
 
camelContextConfiguration() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Gets the CamelContextConfiguration for the test
camelContextConfiguration() - Method in interface org.apache.camel.test.junit5.CommonTestSupport
Gets the CamelContextConfiguration for the test
CamelContextConfiguration - Class in org.apache.camel.test.junit5
Configures a context for test execution
CamelContextConfiguration() - Constructor for class org.apache.camel.test.junit5.CamelContextConfiguration
 
CamelContextConfiguration.CamelContextSupplier - Interface in org.apache.camel.test.junit5
 
CamelContextConfiguration.PostProcessor - Interface in org.apache.camel.test.junit5
 
CamelContextConfiguration.RegistryBinder - Interface in org.apache.camel.test.junit5
 
CamelContextConfiguration.RoutesSupplier - Interface in org.apache.camel.test.junit5
 
CamelContextManager - Interface in org.apache.camel.test.junit5
A ContextManager is used to manage the lifecycle of a CamelContext during test execution
camelContextService() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
camelContextService() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
camelContextService() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Deprecated.
camelContextService() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
camelContextService() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
camelContextSupplier() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
CamelContextTestHelper - Class in org.apache.camel.test.junit5.util
 
CamelRouteCoverageDumper - Class in org.apache.camel.test
A CamelRouteCoverageDumper instance dumps the route coverage of a given camel test.
CamelRouteCoverageDumper() - Constructor for class org.apache.camel.test.CamelRouteCoverageDumper
 
CamelTestSupport - Class in org.apache.camel.test.junit5
A useful base class which creates a CamelContext with some routes along with a ProducerTemplate for use in the test case Do not use this class for Spring Boot testing.
CamelTestSupport() - Constructor for class org.apache.camel.test.junit5.CamelTestSupport
 
CamelTestSupport(ContextManagerFactory) - Constructor for class org.apache.camel.test.junit5.CamelTestSupport
 
camelTestSupportExtension - Variable in class org.apache.camel.test.junit5.CamelTestSupport
 
cleanupResources() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Strategy to cleanup resources, after CamelContext is stopped
close() - Method in class org.apache.camel.test.AvailablePortFinder.Port
 
CommonTestSupport - Interface in org.apache.camel.test.junit5
A common interface for tests that use the CamelContext.
configureIncludeExcludePatterns(CamelContext, String, String) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Configure route filtering patterns
configurePropertiesComponent(CamelContext, Properties, PropertiesSource, Boolean) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Configure the PropertiesComponent from the given context
consumer - Variable in class org.apache.camel.test.junit5.AbstractTestSupport
 
consumer - Variable in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
consumer - Variable in class org.apache.camel.test.junit5.TransientCamelContextManager
 
consumer() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
 
consumer() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Gets the reference to the consumer template created during initialization
consumer() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
consumer() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
context - Variable in class org.apache.camel.test.junit5.AbstractTestSupport
 
context() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Gets a reference to the CamelContext.
context() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Gets the reference to the CamelContext instance
context() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
context() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
ContextManagerFactory - Class in org.apache.camel.test.junit5
A factory class for creating context managers
ContextManagerFactory() - Constructor for class org.apache.camel.test.junit5.ContextManagerFactory
 
ContextManagerFactory.Type - Enum Class in org.apache.camel.test.junit5
Callback types
createCamelContext() - Method in interface org.apache.camel.test.junit5.CamelContextConfiguration.CamelContextSupplier
 
createCamelContext() - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
createCamelContext(Object) - Method in interface org.apache.camel.test.junit5.CamelContextManager
Creates a new CamelContext
createCamelContext(Object) - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
createCamelContext(Object) - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
createCamelContext(Registry) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
 
createCamelRegistry() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
createCleanDirectory(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
Creates a given directory.
createContextManager(ContextManagerFactory.Type, TestExecutionConfiguration, CamelContextConfiguration) - Method in class org.apache.camel.test.junit5.ContextManagerFactory
Creates a new context manager
createDirectory(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Creates a given directory.
createDirectory(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
Creates a given directory.
createExchange() - Method in class org.apache.camel.test.junit5.ExchangeTestSupport
A factory method to create an Exchange implementation
createExchangeWithBody(Object) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
createExchangeWithBody(CamelContext, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Creates an exchange with the given body.
createRouteBuilder() - Method in class org.apache.camel.test.junit5.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.junit5.EndpointUriFactoryTestSupport
 
createRouteBuilders() - Method in interface org.apache.camel.test.junit5.CamelContextConfiguration.RoutesSupplier
 
createRouteBuilders() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
This method will be made private. Do not use

D

debugAfter(Exchange, Processor, ProcessorDefinition<?>, String, String, long) - Method in class org.apache.camel.test.junit5.CamelTestSupport
debugAfter(Exchange, Processor, ProcessorDefinition<?>, String, String, long) - Method in class org.apache.camel.test.junit5.DebugBreakpoint
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.junit5.CamelTestSupport
debugBefore(Exchange, Processor, ProcessorDefinition<?>, String, String) - Method in class org.apache.camel.test.junit5.DebugBreakpoint
Single step debugs and Camel invokes this method before entering the given processor
DebugBreakpoint - Class in org.apache.camel.test.junit5
To easily debug by overriding the debugBefore and debugAfter methods.
DebugBreakpoint() - Constructor for class org.apache.camel.test.junit5.DebugBreakpoint
 
deleteDirectory(File) - Static method in class org.apache.camel.test.junit5.TestSupport
Recursively delete a directory, useful to zapping test data.
deleteDirectory(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Recursively delete a directory, useful to zapping test data.
deleteDirectory(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
Recursively delete a directory, useful to zapping test data.
disableJMX() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the methods AbstractTestSupport.testConfiguration() to enable, disable or check JMX state.
disableJMX() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
Disables the JMX agent.
disableJMX() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
Disables the JMX agent.
doPostSetup() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
doPostSetup() - Method in class org.apache.camel.test.junit5.ExchangeTestSupport
 
doPostTearDown() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
doPreSetup() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
doQuarkusCheck() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
doSetUp() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
doSpringBootCheck() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
doStopCamelContext(CamelContext, Service) - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
doStopCamelContext(CamelContext, Service) - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
dump(ManagedCamelContextMBean, ModelCamelContext, String, String, String, String, long) - Method in class org.apache.camel.test.CamelRouteCoverageDumper
 
dumpRouteCoverage(Class<?>, String, long) - Method in interface org.apache.camel.test.junit5.CamelContextManager
Dumps the route coverage information
dumpRouteCoverage(Class<?>, String, long) - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
dumpRouteCoverage(Class<?>, String, long) - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
dumpRouteCoverage(Class<?>, String, long) - Method in class org.apache.camel.test.junit5.util.RouteCoverageDumperExtension
 

E

enableAutoMocking(CamelContext, String, String) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Enables auto mocking
enableJMX() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the methods AbstractTestSupport.testConfiguration() to enable, disable or check JMX state.
enableJMX() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
Enables the JMX agent.
enableJMX() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
Enables the JMX agent.
EndpointUriFactoryTestSupport - Class in org.apache.camel.test.junit5
 
EndpointUriFactoryTestSupport() - Constructor for class org.apache.camel.test.junit5.EndpointUriFactoryTestSupport
 
exchange - Variable in class org.apache.camel.test.junit5.ExchangeTestSupport
 
exchangeProperty(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Returns a value builder for the given exchange property.
ExchangeTestSupport - Class in org.apache.camel.test.junit5
A base class for a test which requires a CamelContext and a populated Exchange
ExchangeTestSupport() - Constructor for class org.apache.camel.test.junit5.ExchangeTestSupport
 
ExcludingPackageScanClassResolver - Class in org.apache.camel.test
 
ExcludingPackageScanClassResolver() - Constructor for class org.apache.camel.test.ExcludingPackageScanClassResolver
 
execute() - Method in class org.apache.camel.test.junit5.ThrottlingExecutor
 
executeSlowly(int, long, TimeUnit, IntConsumer) - Static method in class org.apache.camel.test.junit5.TestSupport
 
ExtensionHelper - Class in org.apache.camel.test.junit5.util
 
ExtensionHelper() - Constructor for class org.apache.camel.test.junit5.util.ExtensionHelper
 

F

fileUri(Path) - Static method in class org.apache.camel.test.junit5.TestSupport
 
fileUri(Path, String) - Static method in class org.apache.camel.test.junit5.TestSupport
 
find() - Static method in class org.apache.camel.test.AvailablePortFinder
 
fluentTemplate - Variable in class org.apache.camel.test.junit5.AbstractTestSupport
 
fluentTemplate - Variable in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
fluentTemplate - Variable in class org.apache.camel.test.junit5.TransientCamelContextManager
 
fluentTemplate() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
 
fluentTemplate() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Gets the reference to the fluent producer template created during initialization
fluentTemplate() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
fluentTemplate() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
fromEndpoints() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 

G

getAdditionalExtensions() - Method in class org.apache.camel.test.junit5.params.ParameterizedExtension.ParameterizedTemplate
 
getCamelContextService() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
getCurrentTestName() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
Use JUnit's TestInfo class or the TestNameExtension
getCurrentTestName() - Method in class org.apache.camel.test.junit5.TestNameExtension
Ges the current test name
getDisplayName(int) - Method in class org.apache.camel.test.junit5.params.ParameterizedExtension.ParameterizedTemplate
 
getJavaMajorVersion() - Static method in class org.apache.camel.test.junit5.TestSupport
Returns the current major Java version e.g 8.
getLanguageName() - Method in class org.apache.camel.test.junit5.LanguageTestSupport
 
getMandatoryEndpoint(String) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
getMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.junit5.CamelTestSupport
 
getMandatoryEndpoint(CamelContext, String) - Static method in class org.apache.camel.test.junit5.TestSupport
 
getMandatoryEndpoint(CamelContext, String, Class<T>) - Static method in class org.apache.camel.test.junit5.TestSupport
 
getMockEndpoint(String) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Resolves the mandatory Mock endpoint using a URI of the form mock:someName
getMockEndpoint(String, boolean) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
getMockEndpoint(CamelContext, String, boolean) - Static method in class org.apache.camel.test.junit5.TestSupport
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
 
getNextAvailable() - Static method in class org.apache.camel.test.AvailablePortFinder
Gets the next available port.
getNextAvailable(int, int) - Static method in class org.apache.camel.test.AvailablePortFinder
Gets the next available port in the given range.
getNextRandomAvailable() - Static method in class org.apache.camel.test.AvailablePortFinder
Gets the next available port.
getPort() - Method in class org.apache.camel.test.AvailablePortFinder.Port
 
getRouteFilterExcludePattern() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
getRouteFilterIncludePattern() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
getRouteList(RouteBuilder) - Static method in class org.apache.camel.test.junit5.TestSupport
A helper method to create a list of Route objects for a given route builder.
getShutdownTimeout() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
getSpecificPort(int, T, Function<T, Integer>) - Static method in class org.apache.camel.test.AvailablePortFinder
Gets the next available port in the given range.

H

hasClassAnnotation(Class<?>, String...) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
 
hasClassAnnotation(Class<?>, Consumer<String>, String...) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
Does the test class have any of the following annotations on the class-level?
hasClassAnnotation(String...) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
hasUnsupported(Class<?>) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
 
header(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Returns a value builder for the given header.
hierarchy(Class<?>) - Method in class org.apache.camel.test.junit5.params.ParameterizedExtension.ParameterizedTemplate
 

I

ignoreMissingLocationWithPropertiesComponent() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
ignoreMissingLocationWithPropertiesComponent() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
isCamelDebugPresent() - Static method in class org.apache.camel.test.junit5.TestSupport
Indicates whether the component camel-debug is present in the classpath of the test.
isCreateCamelContextPerClass() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the accessors from AbstractTestSupport.testConfiguration() method
isCreateCamelContextPerClass() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
 
isDumpRouteCoverage() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the accessors from AbstractTestSupport.testConfiguration() method
isDumpRouteCoverage() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
 
isJavaVendor(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Tells whether the current Java Virtual Machine has been issued by a given expected vendor.
isJmxEnabled() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
 
isMockEndpoints() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
isMockEndpointsAndSkip() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
isPlatform(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Tells whether the current Operating System is the given expected platform.
isRouteCoverageEnabled() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the methods AbstractTestSupport.testConfiguration() to enable or disable the route converage dumper
isRouteCoverageEnabled() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Whether route coverage is enabled
isRouteCoverageEnabled(boolean) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
 
isSkipAutoStartContext(TestExecutionConfiguration) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
 
isUseAdviceWith() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the accessors from AbstractTestSupport.testConfiguration() method
isUseAdviceWith() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Whether to use advice with
isUseDebugger() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the accessors from AbstractTestSupport.testConfiguration() method
isUseRouteBuilder() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the accessors from AbstractTestSupport.testConfiguration() method

L

LanguageTestSupport - Class in org.apache.camel.test.junit5
A useful base class for testing the language plugins in Camel
LanguageTestSupport() - Constructor for class org.apache.camel.test.junit5.LanguageTestSupport
 
LegacyCamelContextManager - Class in org.apache.camel.test.junit5
A CamelContext test lifecycle manager based on the behavior that was built in CamelTestSupport up to Camel 4.7.0
LegacyCamelContextManager(TestExecutionConfiguration, CamelContextConfiguration) - Constructor for class org.apache.camel.test.junit5.LegacyCamelContextManager
 
lookupEndpoint(CamelContext, String, boolean, String) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Lookup endpoint with the given URI on the context

M

mockEndpoints() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
mockEndpointsAndSkip() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 

N

name() - Element in annotation interface org.apache.camel.test.junit5.params.Parameters
 
normalizeUri(String) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
 

O

org.apache.camel.test - package org.apache.camel.test
 
org.apache.camel.test.junit5 - package org.apache.camel.test.junit5
 
org.apache.camel.test.junit5.params - package org.apache.camel.test.junit5.params
 
org.apache.camel.test.junit5.util - package org.apache.camel.test.junit5.util
 

P

Parameter - Annotation Interface in org.apache.camel.test.junit5.params
 
Parameterized - Annotation Interface in org.apache.camel.test.junit5.params
 
ParameterizedExtension - Class in org.apache.camel.test.junit5.params
 
ParameterizedExtension() - Constructor for class org.apache.camel.test.junit5.params.ParameterizedExtension
 
ParameterizedExtension.ParameterizedTemplate - Class in org.apache.camel.test.junit5.params
 
ParameterizedTemplate(Object[]) - Constructor for class org.apache.camel.test.junit5.params.ParameterizedExtension.ParameterizedTemplate
 
Parameters - Annotation Interface in org.apache.camel.test.junit5.params
 
pathParameters() - Method in class org.apache.camel.test.junit5.EndpointUriFactoryTestSupport
 
populateExchange(Exchange) - Method in class org.apache.camel.test.junit5.ExchangeTestSupport
A strategy method to populate an exchange with some example values for use by language plugins
Port(int) - Constructor for class org.apache.camel.test.AvailablePortFinder.Port
 
postProcessor() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
postProcessTest() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
use AbstractTestSupport.setupResources() or the JUnit's annotation instead of this method
postProcessTestInstance(Object, ExtensionContext) - Method in class org.apache.camel.test.junit5.params.ParameterizedExtension.ParameterizedTemplate
 
postSetup() - Method in interface org.apache.camel.test.junit5.CamelContextConfiguration.PostProcessor
 
probePort(int) - Static method in class org.apache.camel.test.AvailablePortFinder
Probe a port to see if it is free
probePort(InetAddress, int) - Static method in class org.apache.camel.test.AvailablePortFinder
Probe a port to see if it is free
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.apache.camel.test.junit5.params.ParameterizedExtension
 

R

recursivelyDeleteDirectory(File) - Static method in class org.apache.camel.test.junit5.TestSupport
Recursively delete a directory.
registry() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
registryBinder() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
release() - Method in class org.apache.camel.test.AvailablePortFinder.Port
 
repeat(int) - Method in class org.apache.camel.test.junit5.ThrottlingExecutor
 
replaceFromEndpoints(ModelCamelContext, Map<String, String>) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Replaces the 'from' endpoints of the given context with the ones from the provided map
replaceRouteFromWith(String, String) - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
resetCounters() - Static method in class org.apache.camel.test.TestSupportNodeIdFactory
Start tests with fresh counters
resolveMandatoryEndpoint(String) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
Use the methods from TestSupport
resolveMandatoryEndpoint(String, Class<T>) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
Use the methods from TestSupport
resolveMandatoryEndpoint(CamelContext, String) - Static method in class org.apache.camel.test.junit5.TestSupport
Resolves an endpoint and asserts that it is found.
resolveMandatoryEndpoint(CamelContext, String, Class<T>) - Static method in class org.apache.camel.test.junit5.TestSupport
Resolves an endpoint and asserts that it is found.
ROUTE_COVERAGE_ENABLED - Static variable in class org.apache.camel.test.junit5.util.CamelContextTestHelper
JVM system property which can be set to true to turn on dumping route coverage statistics.
RouteCoverageDumperExtension - Class in org.apache.camel.test.junit5.util
 
RouteCoverageDumperExtension(ModelCamelContext) - Constructor for class org.apache.camel.test.junit5.util.RouteCoverageDumperExtension
 
routeFilterExcludePattern() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
routeFilterIncludePattern() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
routesSupplier() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 

S

scheme() - Method in class org.apache.camel.test.junit5.EndpointUriFactoryTestSupport
 
sendBodies(String, Object...) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
sendBodies(ProducerTemplate, String, Object...) - Static method in class org.apache.camel.test.junit5.TestSupport
Sends a message to the given endpoint URI with the body value
sendBody(String, Object) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
sendBody(String, Object, Map<String, Object>) - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
sendBody(ProducerTemplate, String, Object) - Static method in class org.apache.camel.test.junit5.TestSupport
Sends a message to the given endpoint URI with the body value
sendBody(ProducerTemplate, String, Object, Map<String, Object>) - Static method in class org.apache.camel.test.junit5.TestSupport
 
SEPARATOR - Static variable in class org.apache.camel.test.junit5.util.ExtensionHelper
 
setCamelContextService(Service) - Method in class org.apache.camel.test.junit5.AbstractTestSupport
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
setContext(ModelCamelContext) - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
setExcludedClasses(Set<Class<?>>) - Method in class org.apache.camel.test.ExcludingPackageScanClassResolver
 
setGlobalStore(ExtensionContext.Store) - Method in interface org.apache.camel.test.junit5.CamelContextManager
Sets the JUnit's data context that may be used to provide additional information for some tests
setGlobalStore(ExtensionContext.Store) - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
setGlobalStore(ExtensionContext.Store) - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
setUp() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
setupDebugger(CamelContext, Breakpoint) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
 
setupResources() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Strategy to set up resources, before CamelContext is created.
setupRoutes(CamelContext, RoutesBuilder[]) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Configures routes on the given context
setUseRouteBuilder(boolean) - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
shutdownTimeout() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
slowly() - Static method in class org.apache.camel.test.junit5.ThrottlingExecutor
 
startCamelContext() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Starts the context
startCamelContext() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
startCamelContext() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
startCamelContext() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
startCamelContext(CamelContext) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Start the given context
startCamelContextOrService(CamelContext, Service) - Static method in class org.apache.camel.test.junit5.util.CamelContextTestHelper
Starts a CamelContext or a service managing the CamelContext.
stop() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Fully stops the manager
stop() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
stop() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
stopCamelContext() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Stops the context
stopCamelContext() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
stopCamelContext() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
stopCamelContext() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
stopTemplates() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Stops the templates
stopTemplates() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
stopTemplates() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
supportsTestTemplate(ExtensionContext) - Method in class org.apache.camel.test.junit5.params.ParameterizedExtension
 
systemProperty(String) - Static method in class org.apache.camel.test.junit5.TestSupport
Returns a value builder for the given system property.
systemProperty(String, String) - Static method in class org.apache.camel.test.junit5.TestSupport
Returns a value builder for the given system property.

T

tearDown() - Method in class org.apache.camel.test.junit5.CamelTestSupport
template - Variable in class org.apache.camel.test.junit5.AbstractTestSupport
 
template - Variable in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
template - Variable in class org.apache.camel.test.junit5.TransientCamelContextManager
 
template() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
 
template() - Method in interface org.apache.camel.test.junit5.CamelContextManager
Gets the reference to the producer template created during initialization
template() - Method in class org.apache.camel.test.junit5.LegacyCamelContextManager
 
template() - Method in class org.apache.camel.test.junit5.TransientCamelContextManager
 
Test - Annotation Interface in org.apache.camel.test.junit5.params
 
testConfiguration() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Gets the TestExecutionConfiguration test execution configuration instance for the test
testConfiguration() - Method in interface org.apache.camel.test.junit5.CommonTestSupport
Gets the TestExecutionConfiguration test execution configuration instance for the test
testConfigurationBuilder - Variable in class org.apache.camel.test.junit5.AbstractTestSupport
 
testEndFooter(Class<?>, String, long) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
 
testEndFooter(Class<?>, String, long, RouteCoverageDumperExtension) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
 
TestExecutionConfiguration - Class in org.apache.camel.test.junit5
This configuration class allows tweaking how the test itself configured and enable/disable features that affect its execution environment.
TestExecutionConfiguration() - Constructor for class org.apache.camel.test.junit5.TestExecutionConfiguration
 
testLoggerExtension - Variable in class org.apache.camel.test.junit5.CamelTestSupport
 
TestLoggerExtension - Class in org.apache.camel.test.junit5
 
TestLoggerExtension() - Constructor for class org.apache.camel.test.junit5.TestLoggerExtension
 
TestNameExtension - Class in org.apache.camel.test.junit5
Helper utility to get the test name for legacy test.
TestNameExtension() - Constructor for class org.apache.camel.test.junit5.TestNameExtension
 
testStartHeader(Class<?>, String) - Static method in class org.apache.camel.test.junit5.util.ExtensionHelper
 
TestSupport - Class in org.apache.camel.test.junit5
Provides utility methods for camel test purpose (builders, assertions, endpoint resolutions, file helpers).
TestSupportNodeIdFactory - Class in org.apache.camel.test
 
TestSupportNodeIdFactory() - Constructor for class org.apache.camel.test.TestSupportNodeIdFactory
 
ThrottlingExecutor - Class in org.apache.camel.test.junit5
 
timeTaken() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
toString() - Method in class org.apache.camel.test.AvailablePortFinder.Port
 
TransientCamelContextManager - Class in org.apache.camel.test.junit5
 
TransientCamelContextManager(TestExecutionConfiguration, CamelContextConfiguration) - Constructor for class org.apache.camel.test.junit5.TransientCamelContextManager
 

U

unsupportedCheck() - Method in class org.apache.camel.test.junit5.CamelTestSupport
Deprecated.
useDebugger() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
useJmx() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
Use the methods AbstractTestSupport.testConfiguration() to enable, disable or check JMX state.
useOverridePropertiesWithPropertiesComponent() - Method in class org.apache.camel.test.junit5.AbstractTestSupport
Deprecated.
useOverridePropertiesWithPropertiesComponent() - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
 
useRouteBuilder() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
 

V

value() - Element in annotation interface org.apache.camel.test.junit5.params.Parameter
 
valueOf(String) - Static method in enum class org.apache.camel.test.junit5.ContextManagerFactory.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.test.junit5.ContextManagerFactory.Type
Returns an array containing the constants of this enum class, in the order they are declared.

W

withAutoStartContext(boolean) - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Deprecated.
Do not use
withBreakpoint(DebugBreakpoint) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Provides a debug breakpoint to be executed before and/or after entering processors
withCamelContextService(Service) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
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
withCamelContextSupplier(CamelContextConfiguration.CamelContextSupplier) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
To set a supplier for the CamelContext
withCreateCamelContextPerClass(boolean) - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Deprecated.
Do not use
withDisableJMX() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Disables the JMX agent.
withDumpRouteCoverage(boolean) - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Whether to dump route coverage stats at the end of the test.
withEnableJMX() - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Enables the JMX agent.
withIgnoreMissingLocationWithPropertiesComponent(Boolean) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Whether to ignore missing locations with the PropertiesComponent.
withJMX(boolean) - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
 
withMockEndpoints(String) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Enables auto mocking endpoints based on the pattern.
withMockEndpointsAndSkip(String) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Enables auto mocking endpoints based on the pattern, and skip sending to original endpoint.
withPostProcessor(CamelContextConfiguration.PostProcessor) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Set set a custom post-test processor
withRegistry(Registry) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Sets a custom Registry.
withRegistryBinder(CamelContextConfiguration.RegistryBinder) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
A supplier to create a custom Registry.
withRouteFilterExcludePattern(String) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Used for filtering routes matching the given pattern, which follows the following rules:
withRouteFilterIncludePattern(String) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Used for filtering routes matching the given pattern, which follows the following rules:
withRoutesSupplier(CamelContextConfiguration.RoutesSupplier) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
A supplier that classes can use to create a RouteBuilder to define the routes for testing
withShutdownTimeout(int) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
Sets the timeout to use when shutting down (unit in seconds).
withUseAdviceWith(boolean) - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Set when using advice with and return true.
withUseOverridePropertiesWithPropertiesComponent(Properties) - Method in class org.apache.camel.test.junit5.CamelContextConfiguration
To include and override properties with the Camel PropertiesComponent.
withUseRouteBuilder(boolean) - Method in class org.apache.camel.test.junit5.TestExecutionConfiguration
Whether to use the RouteBuilder or not
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values