如何使用Spark ScalaTest

时间:2018-12-06 17:50:00

标签: scala scalatest

我正在使用scala测试编写Spark测试应用程序,希望断言我的预期结果应该大于或等于实际结果。

1 个答案:

答案 0 :(得分:0)

assert (expected >= myMethod/*, "This is the first of the annoying tests"*/)