net.sourceforge.cruisecontrol
Class TestNoExitSecurity

java.lang.Object
  |
  +--net.sourceforge.cruisecontrol.TestNoExitSecurity

public class TestNoExitSecurity
extends java.lang.Object

This class contains a simple main method which tests the implementation of the NoExitSecurityManager. This class should be replaced by a jUnit test case.


Constructor Summary
TestNoExitSecurity()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNoExitSecurity

public TestNoExitSecurity()
Method Detail

main

public static void main(java.lang.String[] args)