基本上我需要的是一个关于如何在 scalatest 项目中使用 configMap 类的示例,以便我可以
- 引用源代码中的配置值
- 在命令行中使用 -Dparametername=value 使用 Scalatest Runner 运行 Scalatest,例如
scala -classpath scalatest-<version>.jar org.scalatest.tools.Runner -Dparam1=value1 -p compiled_tests
我使用的是Scalatest 1.6.1,这里的信息http://www.scalatest.org/scaladoc/1.6.1/org/scalatest/Suite.html#configMapSection不是很具体,这里有关于如何使用configMap的例子在 FixtureSuite 中似乎不适用于 Scalatest-1.6.1
谢谢~