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

后端 未结 8 2129
天命终不由人
天命终不由人 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条回答
  •  萌比男神i
    2020-12-17 15:56

    I had the same issue that cracked me up a little in IntelliJ IDEA 2017.2.1. The test case ran without any recognizable errors or irregularities, but in the end JUnit claimed the case as not started.

    Figured out it was caused by trying to print into a PrintWriter that has already been closed.

提交回复
热议问题