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

后端 未结 25 1354
情深已故
情深已故 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 12:53

    I've experimented the exact same error. My problem was that the SetUp method I had created was declared as static.

    If using eclipse, one could get a good description by clicking above the error and then checking the Failure trace window, just below... That's how I found the real problem!

提交回复
热议问题