The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


Class calypso.util.SelfTest

All Packages  This Package  Class Hierarchy  Class Search  Index

Class calypso.util.SelfTest

java.lang.Object
   |
   +----calypso.util.SelfTest

SelfTest for calypso.util package


public class  SelfTest
     extends java.lang.Object
{
          // Constructors 1
     public SelfTest();

          // Methods 9
     public static void main(String[]);
     private void reset();
     public void runAllTests() throws SelfTestException;
     public void runAtomTest() throws SelfTestException;
     public void runIDMapTest() throws SelfTestException;
     public void runRWLockTest() throws SelfTestException;
     public void runStressTest() throws SelfTestException;
     public void runThreadTest() throws SelfTestException;
     public void runUnitTest() throws SelfTestException;
}



Constructors


SelfTest

   public SelfTest() 

Default constructor




Methods


main

   public static void main(String[] args) 


reset

   private void reset() 


runAllTests

   public void runAllTests()  throws SelfTestException


runUnitTest

   public void runUnitTest()  throws SelfTestException


runThreadTest

   public void runThreadTest()  throws SelfTestException


runStressTest

   public void runStressTest()  throws SelfTestException


runIDMapTest

   public void runIDMapTest()  throws SelfTestException


runAtomTest

   public void runAtomTest()  throws SelfTestException


runRWLockTest

   public void runRWLockTest()  throws SelfTestException


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4



Copyright © 1998 The Mozilla Organization.