com.unitesk.unitestng
Class TestSuiteBase

java.lang.Object
  extended by com.unitesk.unitestng.TestSuiteBase
Direct Known Subclasses:
UniTestNG

public class TestSuiteBase
extends java.lang.Object


Field Summary
protected static NoExitSecurityManager noExitSecurityManager
           
 
Constructor Summary
TestSuiteBase()
           
 
Method Summary
protected  void restoreSecurityManager()
           
protected  void setSecurityManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noExitSecurityManager

protected static final NoExitSecurityManager noExitSecurityManager
Constructor Detail

TestSuiteBase

public TestSuiteBase()
Method Detail

setSecurityManager

protected void setSecurityManager()

restoreSecurityManager

protected void restoreSecurityManager()