Quantcast
Channel: What's the difference between shouldBe vs shouldEqual in Scala? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Harald Gliebe for What's the difference between shouldBe vs...

From http://www.scalatest.org/user_guide/using_matchers#checkingEqualityWithMatchers:result shouldEqual 3 // can customize equality, no parentheses requiredresult shouldBe 3 // cannot customize...

View Article



What's the difference between shouldBe vs shouldEqual in Scala?

When should I be using shouldBe and when should I be using shouldEqual?port shouldEqual 8000port shouldBe 8000

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images