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
JUnit Jupiter @Extension to capture System.out and System.err.
Link copied to clipboard
open class OutputCaptureRule : TestRule, CapturedOutput
JUnit @Rule to capture output from System.out and System.err.