我們要使用JUnit 4 來撰寫單元測試,因此要在 dependencies 中定義 testCompile : dependencies { testCompile 'junit:junit:4.+'
確定! 回上一頁