【发布时间】:2019-12-25 18:19:24
【问题描述】:
我有一些想要运行的 JUnit 测试。
在sbt 中我所要做的就是添加这个依赖:
"com.novocode" % "junit-interface" % "0.11" % "test"
根据Mill documentation,您必须添加自定义框架,例如:
def testFrameworks = Seq("org.scalatest.tools.Framework", "WHAT GOES HERE?")
我需要做什么才能让我的 JUnit 测试正常工作?
【问题讨论】: