How to know the version of JUnit in Eclipse

前端 未结 7 848
甜味超标
甜味超标 2021-01-11 18:55

In eclipse:

  1. Window --> Preferences
  2. Expand Java at left side of panel --> JUnit is there under Java

How can I know the version of JUnit

7条回答
  •  暖寄归人
    2021-01-11 19:50

    This morning I tried to run one of my test and I faced this issue.

    The best solution I found which fixed my issue is this :

    Select your spring boot project name in Package Explorer Right Click Select Maven Update Project

    enter link description here

提交回复
热议问题