/system-exit

Demonstrates how to unit test System.exit() events in JUnit 4 and 5

Primary LanguageJavaMIT LicenseMIT

Test System.exit() in JUnit

Example code for Testing System.out() blog post on Don't Panic!

Demonstrates how to test application code with calls to System.out() using JUnit 4 and 5.