原创 AndroidTestCase

public class Test extends AndroidTestCase { public void testMethod() { System.out.println("123"); } } 首先繼承AndroidTe