BePropertyMatcher

org.scalatest.matchers.BePropertyMatcher
See theBePropertyMatcher companion trait

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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).

Attributes