android UnitTest
2018-02-05 本文已影响0人
银弹星空
在android的ExampleUnitTest
类中添加方法,加上@Test
注解右键即可运行。
具体方法如下:
@Test
public void addTestDecorator() throws Exception {
MyTextUtils.testDecorator();
}