Я следил за этим руководством https://sites.google.com/a/android.com/tools/tech-docs/unit-testing-support но я застрял в этой ошибке:
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.
Я модифицировал конструкцию Gradle, как говорится в руководстве, но это не имеет значения.
testOptions {
unitTests.returnDefaultValues = true
}