FileDocCategorySizeDatePackage
AllTests.javaAPI DocAndroid 1.5 API1392Wed May 06 22:41:04 BST 2009tests.logging

AllTests

public class AllTests extends Object
Test suite that includes all tests for the Logging 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 Logging test suites");
        // $JUnit-BEGIN$
        suite.addTest(org.apache.harmony.logging.tests.java.util.logging.AllTests.suite());
        // $JUnit-END$
        return suite;