ResultMatchers

org.specs2.matcher.ResultMatchers
See theResultMatchers companion trait

Attributes

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

Members list

Value members

Inherited methods

def beError[T](check: ValueCheck[String])(using evidence$7: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beError[T](message: String)(using evidence$6: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beError[T](using evidence$5: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beFailing[T](check: ValueCheck[String])(using evidence$4: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beFailing[T](message: String)(using evidence$3: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beFailing[T](using evidence$2: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def bePending[T](check: ValueCheck[String])(using evidence$13: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def bePending[T](message: String)(using evidence$12: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def bePending[T](using evidence$11: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beSkipped[T](check: ValueCheck[String])(using evidence$10: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beSkipped[T](message: String)(using evidence$9: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beSkipped[T](using evidence$8: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers
def beSuccessful[T](using evidence$1: AsResult[T]): Matcher[T]

Attributes

Inherited from:
ResultMatchers