Back to project page androidtestdebug.
The source code is released under:
MIT License
If you think the Android project androidtestdebug listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
import junit.framework.TestCase; //from w ww.j av a 2 s . c om public class ??????2 extends TestCase { public void test????????() { System.out.println("???????????"); } public void test??????() { System.out.println("????????????"); } public void test??????() { System.out.println("???????????????"); fail("????????????"); System.out.println("???????????"); } }