标签: java android unit-testing instrumentation
我正在编写单元测试。我正在从ActivityInstrumentationTestCase2扩展单元测试类。我正在进行测试。但我不知道发生了什么。现在当我运行单元测试时没有运行它会抛出异常
getReference
请帮助。
这是我的单元测试类
`No tests were found`
答案 0 :(得分:0)
您使用的是JUnit3吗?为什么setup()和tearDown()方法为protected?它们不应该是public吗?
JUnit3
setup()
tearDown()
protected
public