kotlin學習筆記——單元測試

Kotlin學習筆記系列:http://blog.csdn.net/column/details/16696.htmlhtml Unit Test kotlin也能夠進行unit testing,若是項目中以前沒有,那麼須要作一些準備工做。 首先引入依賴 testCompile 'junit:junit:4.12' 這裏注意 不能是androidTestCompile,不然會報錯Unresolve
相關文章
相關標籤/搜索