Annotation Type TaskanaSpringBootTest


  • @Target(TYPE)
    @Retention(RUNTIME)
    @DirtiesContext(classMode=AFTER_CLASS)
    @Inherited
    @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.