gpt4 book ai didi

scala - 如何从Maven在Scalatest中运行单个测试

转载 作者:行者123 更新时间:2023-12-03 13:40:46 27 4
gpt4 key购买 nike

我没有找到有关如何执行此操作的任何文档。对于JUnit,等效项为:

mvn -Dtest=org.apache.spark.streaming.InputStreamSuite test

最佳答案

tl;博士 mvn test -Dsuites="some.package.SpecsClass"
我从这里找到了答案,它的工作原理是:(https://groups.google.com/forum/#!topic/scalatest-users/Rr0gy61dg-0)

HelloSuite中运行测试“待定测试”,并在HelloWordSpec中运行所有测试:

 mvn test -Dsuites='org.example.
HelloSuite @a pending test, org.example.HelloWordSpec'
  • 在包含HelloSuite'hello'中运行所有测试:
    mvn test -Dsuites='org.example.HelloSuite hello'

  • 有关更多详细信息: http://scalatest.org/user_guide/using_the_scalatest_maven_plugin

    关于scala - 如何从Maven在Scalatest中运行单个测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24852484/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com