Package org.apache.camel.test.junit5
Interface ConfigurableTest
- All Known Subinterfaces:
CommonTestSupport
- All Known Implementing Classes:
AbstractTestSupport,CamelTestSupport,EndpointUriFactoryTestSupport,ExchangeTestSupport,LanguageTestSupport
public interface ConfigurableTest
Indicates that the test is configurable
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureTest(TestExecutionConfiguration testExecutionConfiguration) Configures the test executionGets theTestExecutionConfigurationtest execution configuration instance for the test
-
Method Details
-
configureTest
Configures the test execution -
testConfiguration
TestExecutionConfiguration testConfiguration()Gets theTestExecutionConfigurationtest execution configuration instance for the test
-