How to run @RunWith(RobolectricTestRunner::class) and @RunWith(Parameterized::class) together in Junit4

后端 未结 0 1617
无人共我
无人共我 2021-01-25 23:29

I have to test android application written in Kotlin. I tried

@RunWith(RobolectricTestRunner::class)
    public class GeoWindowTest {
  
    @RunWith(Parameterize         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题