- afterAll(ExtensionContext) - Method in class org.apache.camel.test.AvailablePortFinder.Port
-
- afterAll(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
- afterEach(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
- afterTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
- apply(String) - Method in class org.apache.camel.test.AvailablePortFinderPropertiesFunction
-
- applyCamelPostProcessor() - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
Applies the CamelBeanPostProcessor
to this instance.
- assertCollectionSize(Collection<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
-
Asserts that a given collection has a given size.
- assertCollectionSize(String, 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(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
- assertDirectoryExists(String) - Static method in class org.apache.camel.test.junit5.TestSupport
-
Asserts that a given 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(Exchange, String, String, Object) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
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(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(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(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
- assertFileExists(String) - Static method in class org.apache.camel.test.junit5.TestSupport
-
Asserts that a given file is 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
- assertFileNotExists(String) - Static method in class org.apache.camel.test.junit5.TestSupport
-
Asserts that a given 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(List<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
-
Asserts that a given list has a given expected size.
- assertListSize(String, List<T>, int) - Static method in class org.apache.camel.test.junit5.TestSupport
-
Asserts that a list is of the given 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.
- assertMockEndpointsSatisfied() - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
Asserts that all the expectations of the Mock endpoints are valid
- assertMockEndpointsSatisfied(long, TimeUnit) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
Asserts that all the expectations of the Mock endpoints are valid
- 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, String, Exchange, boolean) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
Asserts that the given language name and predicate expression evaluates to the expected value on the message
exchange
- 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(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
-
Asserts that the language name can be resolved
- 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
-
- 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
-