Package

org.specs2

matcher

Permalink

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 JUnitExpectations extends ThrownExpectations

    Permalink

    This trait throws AssertionFailed errors when a match fails.

    This trait throws AssertionFailed errors when a match fails.

    It is involved when reusing Matchers with JUnit

  2. trait JUnitMustExpectations extends MustThrownExpectations with JUnitExpectations

    Permalink

    This trait can be imported to use MustMatchers in JUnit

  3. trait JUnitMustMatchers extends Matchers with JUnitMustExpectations

    Permalink

    These traits and objects can be used in JUnit

  4. trait JUnitShouldExpectations extends ShouldThrownExpectations with JUnitExpectations

    Permalink

    This trait can be imported to use ShouldMatchers in JUnit

  5. trait JUnitShouldMatchers extends Matchers with JUnitShouldExpectations

    Permalink
  6. implicit class Returns[T] extends AnyRef

    Permalink
    Definition Classes
    ReturnsSyntax

Value Members

  1. object JUnitMustExpectations extends JUnitMustExpectations

    Permalink
  2. object JUnitMustMatchers extends JUnitMustMatchers with NoMatchResultStackTrace

    Permalink
  3. object JUnitShouldExpectations extends JUnitShouldExpectations

    Permalink
  4. object JUnitShouldMatchers extends JUnitShouldMatchers with NoMatchResultStackTrace

    Permalink
  5. def checkFailure[T](m: MatchResult[T]): MatchResult[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  6. def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  7. def checkResultFailure(r: ⇒ Result): Result

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  8. def createExpectable[T](t: ⇒ T, alias: Option[(String) ⇒ String]): Expectable[T]

    Permalink
    Definition Classes
    ExpectationsCreation
  9. def createExpectable[T](t: ⇒ T, alias: (String) ⇒ String): Expectable[T]

    Permalink
    Definition Classes
    ExpectationsCreation
  10. def createExpectable[T](t: ⇒ T, alias: ⇒ String): Expectable[T]

    Permalink
    Definition Classes
    ExpectationsCreation
  11. def createExpectable[T](t: ⇒ T): Expectable[T]

    Permalink
    Definition Classes
    ExpectationsCreation
  12. def createExpectableWithShowAs[T](t: ⇒ T, showAs: ⇒ String): Expectable[T]

    Permalink
    Definition Classes
    ExpectationsCreation
  13. def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  14. def sandboxMatchResult[T](mr: ⇒ MatchResult[T]): MatchResult[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  15. def setStacktrace[T](m: MatchResult[T]): MatchResult[T]

    Permalink
    Attributes
    protected
    Definition Classes
    MatchResultStackTrace

Inherited from ReturnsSyntax

Inherited from ExpectationsCreation

Inherited from MatchResultStackTrace

Inherited from AnyRef

Inherited from Any

Ungrouped