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 TypeMethodDescriptionAbstractTestSupport.testConfiguration()Gets theTestExecutionConfigurationtest execution configuration instance for the testCommonTestSupport.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.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 TypeMethodDescriptionContextManagerFactory.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) 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)