Package-level declarations
Classes for System-related testing.
Types
Link copied to clipboard
Provides access to System.out and System.err output that has been captured by the OutputCaptureExtension or OutputCaptureRule.
Link copied to clipboard
open class OutputCaptureExtension : BeforeAllCallback, AfterAllCallback, BeforeEachCallback, AfterEachCallback, ParameterResolver
Link copied to clipboard
JUnit
@Rule
to capture output from System.out
and System.err
.