kotlin学习笔记——单元测试

Kotlin学习笔记系列:http://blog.csdn.net/column/details/16696.htmlhtml Unit Test kotlin也能够进行unit testing,若是项目中以前没有,那么须要作一些准备工做。 首先引入依赖 testCompile 'junit:junit:4.12' 这里注意 不能是androidTestCompile,不然会报错Unresolve
相关文章
相关标签/搜索