org.scalatest

verbs

package verbs

Classes and traits that support ScalaTest DSLs.

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

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

Type Members

  1. final class BehaveWord extends AnyRef

    Class that supports shared test registration via instances referenced from the behave field of FunSpecs, FlatSpecs, and WordSpecs as well as instance of their sister traits, fixture.FunSpec, fixture.FlatSpec, and fixture.WordSpec.

  2. trait CanVerb extends AnyRef

    Provides an implicit conversion that adds can methods to String to support the syntax of FlatSpec, WordSpec, org.scalatest.fixture.FlatSpec, and fixture.WordSpec.

  3. final class CompileWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  4. trait MustVerb extends AnyRef

    Provides an implicit conversion that adds must methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

  5. final class ResultOfAfterWordApplication extends AnyRef

    Class that supports the use of after words in WordSpec and fixture.WordSpec.

  6. abstract class ResultOfStringPassedToVerb extends AnyRef

    Abstract class that supports test registration in FlatSpec and fixture.FlatSpec.

  7. abstract class ResultOfTaggedAsInvocation extends AnyRef

    Supports the registration of tagged tests in shorthand form in FlatSpec and fixture.FlatSpec.

  8. trait ShouldVerb extends AnyRef

    Provides an implicit conversion that adds should methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

  9. abstract class StringVerbBehaveLikeInvocation extends AnyRef

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

  10. abstract class StringVerbBlockRegistration extends AnyRef

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

  11. abstract class StringVerbStringInvocation extends AnyRef

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

  12. abstract class SubjectWithAfterWordRegistration extends AnyRef

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

  13. final class TypeCheckWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

Inherited from AnyRef

Inherited from Any

Ungrouped