Module net.morimekta.testing.junit5
Package net.morimekta.testing.junit5
-
Class Summary Class Description AnnotationUtil ConsoleExtension Extension for adding a fully virtual TTY and I/O for testing.ParamsProviderUtil Utility class for building argument stream forMethodSource
. -
Annotation Types Summary Annotation Type Description ConsoleDumpErrorOnFailure When using theConsoleExtension
, this will trigger it to dump error output on test failure.ConsoleDumpOutputOnFailure When using theConsoleExtension
, this will trigger it to dump standard output on test failure.ConsoleInteractive When using theConsoleExtension
, this will trigger its TTY to behave as an interactive console based on the provided value.ConsoleMode When using theConsoleExtension
, this will override the provided console size.ConsoleSize When using theConsoleExtension
, this will override the provided console size.