Package

org.specs2

matcher

Permalink

package matcher

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

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

Ungrouped