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; public class Sample1Test extends TestCase { public void testAdd() { assertEquals(3, new Sample1().add(1, 2)); } }