Annotation Interface ShellTest
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class)
@ImportAutoConfiguration(ShellTestClientAutoConfiguration.class)
public @interface ShellTest
Annotation that can be used for a Shell test that focuses only on
Shell components.
- Author:
- Janne Valkealahti, Mahmoud Ben Hassine