Package com.ginsberg.junit.exit
Annotation Interface ExpectSystemExit
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
@ExtendWith(SystemExitExtension.class)
public @interface ExpectSystemExit
This is a marker annotation that indicates the given test method or class is expected
to call System.exit()