摘要:当你Eclipse环境中修改项目中的某个方法时,你可能由于各种原因没有运行单元测试,结果代码提交,悲剧就可能随之而来。 所幸infinitest(http://infinitest.github.io/)提供了一个Continuous Testing插件,以及时自动运行单元测试。虽然会多占一些CPU
阅读全文
posted @ 2016-02-22 16:18
|
||
随笔分类 - JAVA技术
摘要:当你Eclipse环境中修改项目中的某个方法时,你可能由于各种原因没有运行单元测试,结果代码提交,悲剧就可能随之而来。 所幸infinitest(http://infinitest.github.io/)提供了一个Continuous Testing插件,以及时自动运行单元测试。虽然会多占一些CPU
阅读全文
posted @ 2016-02-22 16:18
摘要:public class TestDB extends SQLiteOpenHelper { private static final String DATABASE_NAME = "usertest.db"; private static final int DATABASE_VERS...
阅读全文
posted @ 2015-08-06 15:23
|
||