Make the equate method available for importing.
Make the equate method available for importing.
Usage example:
import equate.scalatest.Equate.equate import org.scalatest.{Matchers, WordSpec} class MySpec extends WordSpec with Matchers { "diffs" should { "be computed" when { "value are unequal" in { true should equate(false) } } } }
Make the equate method available (especially in subclass).
Usage example: