gpt4 book ai didi

unit-testing - 计算我的 Scala 测试的最简单方法是什么?

转载 作者:行者123 更新时间:2023-12-04 04:17:27 24 4
gpt4 key购买 nike

我希望能够计算目录或其子目录中的所有 scala 测试。

我正在使用 org.scalatest。谁能建议一种快速的方法来做到这一点?来自测试源还是来自测试输出?

最佳答案

根据Scalatest main page ,在命令行上运行测试时应该输出测试的数量:

$ scala -cp scalatest_2.9.0-2.0.M3.jar org.scalatest.run StackSpec
Run starting. Expected test count is: 2
StackSpec:
A Stack
- should pop values in last-in-first-out order
- should throw NoSuchElementException if an empty stack is popped
Run completed in 96 milliseconds.
Total number of tests run: 2

关于unit-testing - 计算我的 Scala 测试的最简单方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12041182/

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