The import org.junit cannot be resolved

前端 未结 13 2070
梦谈多话
梦谈多话 2020-12-04 09:49

I need to solve a java problem for an interview, and they have sent me the test class. It starts with

import org.junit.Before;

and also ha

13条回答
  •  爱一瞬间的悲伤
    2020-12-04 10:45

    When you add TestNG to your Maven dependencies , Change scope from test to compile.Hope this would solve your issue..

提交回复
热议问题