org.scalatest.matchers

should

package should

Trait and object for ScalaTest Matchers DSL using should.

This package is released as part of the scalatest-shouldmatchers module.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. should
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Matchers extends Assertions with Tolerance with ShouldVerb with MatcherWords with Explicitly

    Trait that provides a domain specific language (DSL) for expressing assertions in tests using the word should.

Value Members

  1. object Matchers extends Matchers

    Companion object that facilitates the importing of Matchers members as an alternative to mixing it the trait.

Inherited from AnyRef

Inherited from Any

Ungrouped