Package com.ginsberg.junit.exit
package com.ginsberg.junit.exit
-
ClassDescriptionThis 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 codeThis 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.