- afterAll(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
- afterTestExecution(ExtensionContext) - Method in class org.apache.camel.test.junit5.CamelTestSupport
-
- 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(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(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.
- 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(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.
- 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.