FileDocCategorySizeDatePackage
TestSuiteFactory.javaAPI DocAndroid 1.5 API947Wed May 06 22:41:04 BST 2009tests

TestSuiteFactory

public class TestSuiteFactory extends Object
This is about to go away...

Fields Summary
Constructors Summary
Methods Summary
public static junit.framework.TestSuitecreateTestSuite(java.lang.String name)

        return new TestSuite(name);
    
public static junit.framework.TestSuitecreateTestSuite()

        return new TestSuite();