我遵循這個指南 https://sites.google.com/a/android.com/tools/tech-docs/unit-testing-support 但我堅持這個錯誤:Android的單元測試輕慢不得
junit.framework.AssertionFailedError: Exception in constructor: testSaveJson (java.lang.RuntimeException: Method put in org.json.JSONObject not mocked. See https://sites.google.com/a/android.com/tools/tech-docs/unit-testing-support for details.
我的搖籃修改打造像導說,但它不會有所作爲
testOptions {
unitTests.returnDefaultValues = true
}
我們需要更多的信息。添加一些代碼,解釋你想要達到的目標。單元測試一個JSON(de)序列化程序? – 2015-04-16 13:47:34