Package pro.taskana.common.test.rest
Annotation Type TaskanaSpringBootTest
-
@Target(TYPE) @Retention(RUNTIME) @DirtiesContext(classMode=AFTER_CLASS) @ActiveProfiles("test") @SpringBootTest(classes=TestConfiguration.class, webEnvironment=RANDOM_PORT) public @interface TaskanaSpringBootTest
Use this annotation to test with a spring context and a standardized configuration.