Package de.bmiag.tapir.executiontest
Class ExecutionTestLibConfiguration
- java.lang.Object
-
- de.bmiag.tapir.executiontest.ExecutionTestLibConfiguration
-
@ComponentScan(basePackageClasses=ExecutionTestLibConfiguration.class, nameGenerator=FqnAnnotationBeanNameGenerator.class, excludeFilters=) public class ExecutionTestLibConfiguration extends java.lang.Object
Provides the configuration for tapir's Execution Test module. In this configuration class only beans are registered which are not annotated by@Component
.- Since:
- 2.0.0
- Author:
- Oliver Libutzki <[email protected]>
-
-
Constructor Summary
Constructors Constructor Description ExecutionTestLibConfiguration()
-