org.scalatest

verb

package verb

Visibility
  1. Public
  2. All

Type Members

  1. class BehaveWord extends AnyRef

    Class that supports shared test registration via instances referenced from the behave field of Specs,FlatSpecs, and WordSpecs as well as instance of their sister traits,FixtureSpec, FixtureFlatSpec, and FixtureWordSpec.

  2. trait CanVerb extends AnyRef

    Provides an implicit conversion that adds can methods to Stringto support the syntax of FlatSpec, WordSpec, FixtureFlatSpec, and FixtureWordSpec.

  3. trait MustVerb extends AnyRef

    Provides an implicit conversion that adds must methods to Stringto support the syntax of FlatSpec, WordSpec, FixtureFlatSpec, and FixtureWordSpec.

  4. class ResultOfAfterWordApplication extends AnyRef

    Class that supports the use of after words in WordSpecand FixtureWordSpec.

  5. class ResultOfStringPassedToVerb extends AnyRef

    Abstract class that supports test registration in FlatSpecand FixtureFlatSpec.

  6. class ResultOfTaggedAsInvocation extends AnyRef

    Supports the registration of tagged tests in shorthand form in FlatSpecand FixtureFlatSpec.

  7. trait ShouldVerb extends AnyRef

    Provides an implicit conversion that adds should methods to Stringto support the syntax of FlatSpec, WordSpec, FixtureFlatSpec, and FixtureWordSpec.

  8. class StringVerbBlockRegistration extends (String, String, () ⇒ Unit) ⇒ Unit

    Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in WordSpec and FixtureWordSpec.