Class NoExitSecurityManager

java.lang.Object
java.lang.SecurityManager
org.junit.contrib.java.lang.system.internal.NoExitSecurityManager

public class NoExitSecurityManager extends SecurityManager
A NoExitSecurityManager throws a CheckExitCalled exception whenever checkExit(int) is called. All other method calls are delegated to the original security manager.