Module net.morimekta.testing.junit5
Package net.morimekta.testing.junit5
Annotation Type ConsoleInteractive
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface ConsoleInteractive
When using theConsoleExtension
, this will trigger its TTY to behave as an interactive console based on the provided value. Default is to be interactive.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description boolean
value
-