I was building a small Spring Boot demo for Exevra, a JUnit test-execution check. I wanted a failure that was boring enough to be believable.

The project has two test classes:

GreetingControllerTest

GreetingFormatterTest

Enter fullscreen mode