SpringJUnit4ClassRunner class not found

前端 未结 7 794
长发绾君心
长发绾君心 2021-01-07 18:16

i am trying to create a unit test using SpringJUnit4ClassRunner but everytime i execute the test it says it cannot find SpringJUnit4ClassRunner using mvn install.

         


        
7条回答
  •  北荒
    北荒 (楼主)
    2021-01-07 18:49

    I had to put sprint-test jar at the "TOP" of Java Build Path

提交回复
热议问题