ResultMatchers

org.specs2.matcher.ResultMatchers
See theResultMatchers companion object

Matchers for Results

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ResultMatchers.type

Members list

Type members

Inherited classlikes

class ResultMatcher[T](result: MatchResult[T])(implicit evidence$15: AsResult[T])

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def be: NeutralMatcher[Any]

Attributes

Inherited from:
BeHaveMatchers (hidden)
def beError[T : AsResult](check: ValueCheck[String]): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beError[T : AsResult](message: String): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beError[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beFailing[T : AsResult](check: ValueCheck[String]): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beFailing[T : AsResult](message: String): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beFailing[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def bePending[T : AsResult](check: ValueCheck[String]): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def bePending[T : AsResult](message: String): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def bePending[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beSkipped[T : AsResult](check: ValueCheck[String]): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beSkipped[T : AsResult](message: String): Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beSkipped[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def beSuccessful[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBaseMatchers (hidden)
def failing[T : AsResult](m: String): Matcher[T]

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)
def failing[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)
def failing: Matcher[Result]

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)
def have: NeutralMatcher[Any]

Attributes

Inherited from:
BeHaveMatchers (hidden)
def not: NotMatcher[Any]

Attributes

Inherited from:
BeHaveMatchers (hidden)
def successful[T : AsResult]: Matcher[T]

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)
def successful: Matcher[Result]

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)

Implicits

Inherited implicits

implicit def toResultMatcher[T : AsResult](result: MatchResult[T]): ResultMatcher[T]

Attributes

Inherited from:
ResultBeHaveMatchers (hidden)