- AbstractCamelTestNGSpringContextTests - Class in org.apache.camel.testng
-
- AbstractCamelTestNGSpringContextTests() - Constructor for class org.apache.camel.testng.AbstractCamelTestNGSpringContextTests
-
- AbstractCamelTestNGSpringContextTests.TestNGCamelSpringTestContextLoader - Class in org.apache.camel.testng
-
- AbstractCamelTestNGSpringContextTests.TestNGCamelSpringTestContextLoader() - Constructor for class org.apache.camel.testng.AbstractCamelTestNGSpringContextTests.TestNGCamelSpringTestContextLoader
-
- applicationContext - Static variable in class org.apache.camel.testng.CamelSpringTestSupport
-
- assertCollectionSize(Collection<T>, int) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that a list is of the given size
- assertCollectionSize(String, Collection<T>, int) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that a list is of the given size
- assertDirectoryEquals(String, String) - Static method in class org.apache.camel.testng.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.testng.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.testng.TestSupport
-
- assertExpression(Exchange, String, String, Object) - Method in class org.apache.camel.testng.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.testng.LanguageTestSupport
-
Asserts that this language expression evaluates to the given value on the given exchange
- assertExpression(String, Object) - Method in class org.apache.camel.testng.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.testng.LanguageTestSupport
-
Asserts that the expression evaluates to one of the two given values
- assertExpression(Expression, Exchange, Object) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that the given expression when evaluated returns the given answer
- assertFileExists(String) - Static method in class org.apache.camel.testng.TestSupport
-
To be used to check is a file is found in the file system
- assertFileNotExists(String) - Static method in class org.apache.camel.testng.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.testng.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.testng.TestSupport
-
Asserts the In message on the exchange contains the expected value
- assertIsInstanceOf(Class<T>, Object) - Static method in class org.apache.camel.testng.TestSupport
-
- assertListSize(List<T>, int) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that a list is of the given size
- assertListSize(String, List<T>, int) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that a list is of the given size
- assertMessageHeader(Message, String, Object) - Static method in class org.apache.camel.testng.TestSupport
-
- assertMockEndpointsSatisfied() - Method in class org.apache.camel.testng.CamelTestSupport
-
Asserts that all the expectations of the Mock endpoints are valid
- assertMockEndpointsSatisfied(long, TimeUnit) - Method in class org.apache.camel.testng.CamelTestSupport
-
Asserts that all the expectations of the Mock endpoints are valid
- assertOneElement(List<T>) - Static method in class org.apache.camel.testng.TestSupport
-
- assertOutMessageBodyEquals(Exchange, Object) - Static method in class org.apache.camel.testng.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.testng.TestSupport
-
Asserts the Out message on the exchange contains the expected value
- assertPredicate(String, String, Exchange, boolean) - Method in class org.apache.camel.testng.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.testng.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.testng.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.testng.LanguageTestSupport
-
- assertPredicate(Predicate, Exchange, boolean) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that the predicate returns the expected value on the exchange
- assertPredicateDoesNotMatch(Predicate, Exchange) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that the predicate returns the expected value on the exchange
- assertPredicateFails(String) - Method in class org.apache.camel.testng.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.testng.TestSupport
-
Asserts that the predicate returns the expected value on the exchange
- assertResolveLanguage(String) - Method in class org.apache.camel.testng.CamelTestSupport
-
Asserts that the language name can be resolved
- assertStringContains(String, String) - Static method in class org.apache.camel.testng.TestSupport
-
Asserts that the text contains the given string
- assertValidContext(CamelContext) - Method in class org.apache.camel.testng.CamelTestSupport
-
- available(int) - Static method in class org.apache.camel.testng.AvailablePortFinder
-
Checks to see if a specific port is available.
- AvailablePortFinder - Class in org.apache.camel.testng
-
Finds currently available server ports.