The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
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-2000 The Mozilla Organization.
Last modified December 25, 1998.