Annotation Interface CamelSpringBootTest


@Documented @Retention(RUNTIME) @Target(TYPE) @ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @TestExecutionListeners(value={CamelSpringTestContextLoaderTestExecutionListener.class,CamelSpringBootExecutionListener.class,StopWatchTestExecutionListener.class}, mergeMode=MERGE_WITH_DEFAULTS) public @interface CamelSpringBootTest