BePropertyMatcher

Companion object for trait BePropertyMatcher that provides a factory method that creates a BePropertyMatcher[T] from a passed function of type (T => BePropertyMatchResult).

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](fun: T => BePropertyMatchResult)(implicit ev: ClassTag[T]): BePropertyMatcher[T]

Factory method that creates a BePropertyMatcher[T] from a passed function of type (T => BePropertyMatchResult).

Factory method that creates a BePropertyMatcher[T] from a passed function of type (T => BePropertyMatchResult).