FileDocCategorySizeDatePackage
AllTests.javaAPI DocAndroid 1.5 API1402Wed May 06 22:41:02 BST 2009tests.annotation

AllTests

public class AllTests extends Object
Test suite that includes all tests for the NIO_Char project.

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

        junit.textui.TestRunner.run(AllTests.suite());
    
public static junit.framework.Testsuite()

        TestSuite suite = tests.TestSuiteFactory.createTestSuite("All Annotation test suites");
        // $JUnit-BEGIN$
        suite.addTest(org.apache.harmony.annotation.tests.java.lang.annotation.AllTests.suite());
        // $JUnit-END$
        return suite;