org.scalatest.matchers
Companion object for trait BeMatcher that provides a factory method that creates a BeMatcher[T] from a passed function of type (T => MatchResult).
BeMatcher
BeMatcher[T]
(T => MatchResult)
Factory method that creates a BeMatcher[T] from a passed function of type (T => MatchResult).
Companion object for trait
BeMatcher
that provides a factory method that creates aBeMatcher[T]
from a passed function of type(T => MatchResult)
.