Why don't junit tests get executed with “sbt test”?

后端 未结 1 501
不知归路
不知归路 2021-02-12 17:11

I am using sbt version 0.13.2 with a pure java project.

My build.sbt has the following line in it:

libraryDependencies ++= Seq(\"com.novocod         


        
相关标签:
1条回答
  • 2021-02-12 17:53

    When I remove the @RunWith annotation, my tests run just fine. I don't know why this resolved the problem.

    0 讨论(0)
提交回复
热议问题