FileDocCategorySizeDatePackage
AllTests.javaAPI DocAndroid 1.5 API1191Wed May 06 22:41:02 BST 2009tests.concurrent

AllTests

public class AllTests extends Object
Test suite for the concurrent module

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

        junit.textui.TestRunner.run(suite());
    
public static junit.framework.Testsuite()
Collects all JSR166 unit tests as one suite

        TestSuite suite = tests.TestSuiteFactory.createTestSuite("JSR166 Unit Tests");

        suite.addTest(tests.api.java.util.concurrent.JSR166TestCase.suite());
        
        return suite;