IntelliJ - Failed to start: 0 passed, 1 not started

后端 未结 8 2123
天命终不由人
天命终不由人 2020-12-17 15:23

Just been playing around for the first time with IntelliJ IDEA Community edition, first time I have worked with it so if I\'m missing something, please excuse me.

I

8条回答
  •  失恋的感觉
    2020-12-17 15:48

    I had this problem (in Android Studio but its a customised IntelliJ) and the reason was WHERE the cursor was when I ran tests using CTRL-SHIFT-F10.

    @Parameterized.Parameters
    public static Collection data()
    

    Once I moved the cursor into a test method or not inside any method, it worked.

提交回复
热议问题