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 TestExecutionConfiguration
AbstractTestSupport.testConfigurationBuilder
Methods in org.apache.camel.test.junit5 that return TestExecutionConfigurationModifier and TypeMethodDescriptionAbstractTestSupport.testConfiguration()
Gets theTestExecutionConfiguration
test execution configuration instance for the testCommonTestSupport.testConfiguration()
Gets theTestExecutionConfiguration
test execution configuration instance for the testTestExecutionConfiguration.withAutoStartContext
(boolean autoStartContext) Deprecated.Do not useprotected TestExecutionConfiguration
TestExecutionConfiguration.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 TestExecutionConfigurationModifierConstructorDescriptionprotected
AbstractTestSupport
(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 boolean
CamelContextTestHelper.isSkipAutoStartContext
(TestExecutionConfiguration configuration)