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

后端 未结 1 958
广开言路
广开言路 2021-02-12 17:06

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:56

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

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