package matcher
Type Members
- implicit class Returns[T] extends AnyRef
Value Members
- def checkFailure[T](m: MatchResult[T]): MatchResult[T]
- def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]
- def checkResultFailure(r: => Result): Result
- def createExpectable[T](t: => T, alias: Option[(String) => String]): Expectable[T]
- def createExpectable[T](t: => T, alias: (String) => String): Expectable[T]
- def createExpectable[T](t: => T, alias: => String): Expectable[T]
- def createExpectable[T](t: => T): Expectable[T]
- def createExpectableWithShowAs[T](t: => T, showAs: => String): Expectable[T]
- def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]
- def sandboxMatchResult[T](mr: => MatchResult[T]): MatchResult[T]
- def setStacktrace[T](m: MatchResult[T]): MatchResult[T]
Inherited from ExpectationsCreation
Value Members
- def checkFailure[T](m: MatchResult[T]): MatchResult[T]
- def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]
- def checkResultFailure(r: => Result): Result
- def createExpectable[T](t: => T, alias: Option[(String) => String]): Expectable[T]
- def createExpectable[T](t: => T, alias: (String) => String): Expectable[T]
- def createExpectable[T](t: => T, alias: => String): Expectable[T]
- def createExpectable[T](t: => T): Expectable[T]
- def createExpectableWithShowAs[T](t: => T, showAs: => String): Expectable[T]
- def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]
- def sandboxMatchResult[T](mr: => MatchResult[T]): MatchResult[T]
Inherited from MatchResultStackTrace
Value Members
- def setStacktrace[T](m: MatchResult[T]): MatchResult[T]
Ungrouped
- implicit class Returns[T] extends AnyRef
- def checkFailure[T](m: MatchResult[T]): MatchResult[T]
- def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]
- def checkResultFailure(r: => Result): Result
- def createExpectable[T](t: => T, alias: Option[(String) => String]): Expectable[T]
- def createExpectable[T](t: => T, alias: (String) => String): Expectable[T]
- def createExpectable[T](t: => T, alias: => String): Expectable[T]
- def createExpectable[T](t: => T): Expectable[T]
- def createExpectableWithShowAs[T](t: => T, showAs: => String): Expectable[T]
- def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]
- def sandboxMatchResult[T](mr: => MatchResult[T]): MatchResult[T]
- def setStacktrace[T](m: MatchResult[T]): MatchResult[T]