美文网首页
android UnitTest

android UnitTest

作者: 银弹星空 | 来源:发表于2018-02-05 19:19 被阅读0次

    在android的ExampleUnitTest类中添加方法,加上@Test注解右键即可运行。

    具体方法如下:

      @Test
        public void addTestDecorator() throws Exception {
            MyTextUtils.testDecorator();
        }
    

    学习文章

    学习别人的博客在Android中同时使用unit test和instrument test作为单元测试

    相关文章

      网友评论

          本文标题:android UnitTest

          本文链接:https://www.haomeiwen.com/subject/yimizxtx.html