标签: scala scalatest
我正在使用scala测试编写Spark测试应用程序,希望断言我的预期结果应该大于或等于实际结果。
答案 0 :(得分:0)
assert (expected >= myMethod/*, "This is the first of the annoying tests"*/)