Eclipse JUnit - possible causes of seeing “initializationError” in Eclipse window

后端 未结 25 1296
情深已故
情深已故 2020-12-13 12:35

I know this question is pretty general but I haven\'t found any hints on why this error may show up. What are possible causes of seeing initalizationError in Eclips

25条回答
  •  北海茫月
    2020-12-13 13:03

    I got another failure trace, but for future visitors using their favorite search engine:

    For me the problem was that eclipse somehow decided to execute only a single method in my test class (I couldn't figure out why, though). Especially if you did not change anything in your setup, check your run configuration.

提交回复
热议问题