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; // ww w . ja v a2 s . c o m public class Sample2Test extends TestCase { public void test?????????() { try { new Sample2().add(2147483640, 8); fail("2147483640?8??????????????" + "????????????????????"); } catch ( ArithmeticException e ) { } } }