-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE}) @Inherited public @interface ReadsStdIoMarks tests that read the static fieldsSystem.in,System.outorSystem.errbut don't callSystem.setIn(),System.setOut()orSystem.setErr().During parallel test execution, all tests annotated with
StdIo,ReadsStdIo, 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