All Classes and Interfaces
Class
Description
This is a marker annotation that indicates the given test method or class is expected
to call System.exit()
This is a marker annotation that indicates the given test method or class is expected
to call System.exit() with a specific code
This is a marker annotation that indicates the given test method or class is not expected
to call System.exit().
Entry point for JUnit tests.
A marker exception so we know that a
System.exit() call was intercepted and prevented.