Uses of Class
org.apache.camel.test.junit5.TestExecutionConfiguration
Packages that use TestExecutionConfiguration
-
Uses of TestExecutionConfiguration in org.apache.camel.test.junit5
Fields in org.apache.camel.test.junit5 declared as TestExecutionConfigurationModifier and TypeFieldDescriptionprotected final TestExecutionConfigurationAbstractTestSupport.testConfigurationBuilderMethods in org.apache.camel.test.junit5 that return TestExecutionConfigurationModifier and TypeMethodDescriptionContextManagerExtension.getTestConfigurationBuilder()AbstractTestSupport.testConfiguration()Gets theTestExecutionConfigurationtest execution configuration instance for the testConfigurableTest.testConfiguration()Gets theTestExecutionConfigurationtest execution configuration instance for the testTestExecutionConfiguration.withAutoStartContext(boolean autoStartContext) Deprecated.Do not useprotected TestExecutionConfigurationTestExecutionConfiguration.withCreateCamelContextPerClass(boolean createCamelContextPerClass) Deprecated.Do not useTestExecutionConfiguration.withDisableJMX()Disables the JMX agent.TestExecutionConfiguration.withDumpRoute(String dumpRoute) Whether to dump the routes loaded into Camel for each test (dumped into files in target/camel-route-dump).TestExecutionConfiguration.withDumpRouteCoverage(boolean dumpRouteCoverage) Whether to dump route coverage stats at the end of the test.TestExecutionConfiguration.withEnableJMX()Enables the JMX agent.TestExecutionConfiguration.withJMX(boolean enableJMX) TestExecutionConfiguration.withUseAdviceWith(boolean useAdviceWith) Set when using advice with and return true.TestExecutionConfiguration.withUseRouteBuilder(boolean useRouteBuilder) Whether to use the RouteBuilder or notMethods in org.apache.camel.test.junit5 with parameters of type TestExecutionConfigurationModifier and TypeMethodDescriptionvoidCamelTestSupport.configureTest(TestExecutionConfiguration testExecutionConfiguration) voidConfigurableTest.configureTest(TestExecutionConfiguration testExecutionConfiguration) Configures the test executionContextManagerFactory.createContextManager(ContextManagerFactory.Type type, TestExecutionConfiguration testConfiguration, CamelContextConfiguration contextConfiguration) Creates a new context managerConstructors in org.apache.camel.test.junit5 with parameters of type TestExecutionConfigurationModifierConstructorDescriptionprotectedAbstractTestSupport(TestExecutionConfiguration testConfigurationBuilder, CamelContextConfiguration camelContextConfiguration) ContextManagerExtension(TestExecutionConfiguration testConfigurationBuilder, CamelContextConfiguration camelContextConfiguration) LegacyCamelContextManager(TestExecutionConfiguration testConfigurationBuilder, CamelContextConfiguration camelContextConfiguration) TransientCamelContextManager(TestExecutionConfiguration testConfigurationBuilder, CamelContextConfiguration camelContextConfiguration) -
Uses of TestExecutionConfiguration in org.apache.camel.test.junit5.util
Methods in org.apache.camel.test.junit5.util with parameters of type TestExecutionConfigurationModifier and TypeMethodDescriptionstatic booleanCamelContextTestHelper.isSkipAutoStartContext(TestExecutionConfiguration configuration)