在android的ExampleUnitTest
类中添加方法,加上@Test
注解右键即可运行。
具体方法如下:
@Test
public void addTestDecorator() throws Exception {
MyTextUtils.testDecorator();
}
ExampleUnitTest
类中添加方法,加上@Test
注解右键即可运行。 @Test
public void addTestDecorator() throws Exception {
MyTextUtils.testDecorator();
}
本文标题:android UnitTest
本文链接:https://www.haomeiwen.com/subject/yimizxtx.html
网友评论