-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE}) @Inherited public @interface WritesStdIoMarks tests that callSystem.setIn(),System.setOut()orSystem.setErr()to set the static fieldsSystem.in/System.out/System.err.During parallel test execution, all tests annotated with
StdIo,WritesStdIo, andWritesStdIoare scheduled in a way that guarantees correctness under mutation of shared global state.For more details and examples, see the documentation on standard input/output.
- Since:
- 0.9