What’s the difference between ScalaTest and Scala Specs unit test frameworks?

前端 未结 5 1763
耶瑟儿~
耶瑟儿~ 2021-01-29 19:49

Both are BDD (Behavior Driven Development) capable unit test frameworks for Scala written in Scala. And Specs is built upon may also involve the ScalaTest frame

5条回答
  •  渐次进展
    2021-01-29 19:55

    As far as I know, barring a few highly specialized features, it comes down to personal preference according to the style.

提交回复
热议问题