0

我用 Robolectric 写了一个小测试。有一个问题 - 没有消息写入测试控制台。在经过测试的代码中有很多类似的代码

Log.d("bla","bla")

或者

System.out.println("bla")

但无论如何,没有输出。

4

1 回答 1

0

I think the part of the code where you have applied log is not executing.so thats why log is not coming.

于 2012-04-18T07:58:30.427 回答