AndroidStudio3.5中进行单例测试,一直No tests found in
AS中提供了一个专门用来做单例测试的包正常情况下我们模拟ExampleInstrumentedTest去写单例情况都是可以单例测试成功的。MyTest.javapackage com.example.myapplication;import androidx.test.ext.junit.runners.AndroidJUnit4;import org.junit.Test;import org.junit.runner.RunWith;@RunWith(AndroidJUnit4.c