FileDocCategorySizeDatePackage
FuncTests.javaAPI DocAndroid 1.5 API1337Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.tests

FuncTests

public class FuncTests extends TestSuite
Container TestSuite for all eclipse tests to be run

Fields Summary
static final String
FUNC_TEST_PACKAGE
Constructors Summary
public FuncTests()


      
        
    
Methods Summary
public static junit.framework.TestSuitesuite()
Returns a suite of test cases to be run. Needed for JUnit3 compliant command line test runner

        TestSuite suite = new TestSuite();
        
        suite.addTestSuite(SampleProjectTest.class);
        
        return suite;