p

org.specs2

matcher

package matcher

Linear Supertypes
ReturnsSyntax, ExpectationsCreation, MatchResultStackTrace, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. matcher
  2. ReturnsSyntax
  3. ExpectationsCreation
  4. MatchResultStackTrace
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DisjunctionMatchers extends AnyRef

    Matchers for the \/ datatype

  2. case class FailureValidationCheckedMatcher[T](check: ValueCheck[T]) extends OptionLikeCheckedMatcher[[a]Validation[a, _], T, T] with Product with Serializable
  3. case class FailureValidationMatcher[T]() extends OptionLikeMatcher[[a]Validation[a, _], T, T] with Product with Serializable
  4. trait FuturezMatchers extends FuturezBaseMatchers

    This trait is for transforming matchers of values to matchers of scalaz.concurrent.Future

  5. case class LeftDisjunctionCheckedMatcher[T](check: ValueCheck[T]) extends OptionLikeCheckedMatcher[[a]\/[a, _], T, T] with Product with Serializable
  6. case class LeftDisjunctionMatcher[T]() extends OptionLikeMatcher[[a]\/[a, _], T, T] with Product with Serializable
  7. implicit class Returns[T] extends AnyRef
    Definition Classes
    ReturnsSyntax
  8. case class RightDisjunctionCheckedMatcher[T](check: ValueCheck[T]) extends OptionLikeCheckedMatcher[[a]\/[_, a], T, T] with Product with Serializable
  9. case class RightDisjunctionMatcher[T]() extends OptionLikeMatcher[[a]\/[_, a], T, T] with Product with Serializable
  10. case class SuccessValidationCheckedMatcher[T](check: ValueCheck[T]) extends OptionLikeCheckedMatcher[[a]Validation[_, a], T, T] with Product with Serializable
  11. case class SuccessValidationMatcher[T]() extends OptionLikeMatcher[[a]Validation[_, a], T, T] with Product with Serializable
  12. trait TaskMatchers extends AnyRef

    Matchers for scalaz.concurrent.Task

  13. trait ValidationMatchers extends AnyRef

    Matchers for the Validation datatype

Value Members

  1. def checkFailure[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  2. def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  3. def checkResultFailure(r: ⇒ Result): Result
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  4. def createExpectable[T](t: ⇒ T, alias: Option[(String) ⇒ String]): Expectable[T]
    Definition Classes
    ExpectationsCreation
  5. def createExpectable[T](t: ⇒ T, alias: (String) ⇒ String): Expectable[T]
    Definition Classes
    ExpectationsCreation
  6. def createExpectable[T](t: ⇒ T, alias: ⇒ String): Expectable[T]
    Definition Classes
    ExpectationsCreation
  7. def createExpectable[T](t: ⇒ T): Expectable[T]
    Definition Classes
    ExpectationsCreation
  8. def createExpectableWithShowAs[T](t: ⇒ T, showAs: ⇒ String): Expectable[T]
    Definition Classes
    ExpectationsCreation
  9. def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  10. def sandboxMatchResult[T](mr: ⇒ MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  11. def setStacktrace[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    MatchResultStackTrace
  12. object DisjunctionMatchers extends DisjunctionMatchers
  13. object FuturezMatchers extends FuturezMatchers
  14. object TaskMatchers extends TaskMatchers
  15. object ValidationMatchers extends ValidationMatchers

Inherited from ReturnsSyntax

Inherited from ExpectationsCreation

Inherited from MatchResultStackTrace

Inherited from AnyRef

Inherited from Any

Ungrouped