org.specs2.matcher

Type members

Classlikes

trait Hamcrest

This trait adds implicit conversions to be able to use Hamcrest matchers as specs2 matchers.

This trait adds implicit conversions to be able to use Hamcrest matchers as specs2 matchers.

Companion
object
object Hamcrest extends Hamcrest
Companion
class
trait JUnitExpectations extends ThrownExpectations

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

trait JUnitMustExpectations extends MustThrownExpectations with JUnitExpectations

This trait can be imported to use MustMatchers in JUnit

This trait can be imported to use MustMatchers in JUnit

Companion
object
trait JUnitMustMatchers extends Matchers with JUnitMustExpectations

These traits and objects can be used in JUnit

These traits and objects can be used in JUnit

Companion
object
object JUnitMustMatchers extends JUnitMustMatchers with NoMatchResultStackTrace
Companion
class
trait JUnitShouldExpectations extends ShouldThrownExpectations with JUnitExpectations

This trait can be imported to use ShouldMatchers in JUnit

This trait can be imported to use ShouldMatchers in JUnit

Companion
object
trait JUnitShouldMatchers extends Matchers with JUnitShouldExpectations
Companion
object
object JUnitShouldMatchers extends JUnitShouldMatchers with NoMatchResultStackTrace
Companion
class