org.scalatest

flatspec

package flatspec

Classes and traits for ScalaTest's FlatSpec style.

This package is released as the scalatest-flatspec module.

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

Type Members

  1. class AnyFlatSpec extends AnyFlatSpecLike

    Facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.

  2. trait AnyFlatSpecLike extends TestSuite with TestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AnyFlatSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.

  3. abstract class AsyncFlatSpec extends AsyncFlatSpecLike

    Enables testing of asynchronous code without blocking, using a style consistent with traditional AsyncFlatSpec tests.

  4. trait AsyncFlatSpecLike extends AsyncTestSuite with AsyncTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class AsyncFlatSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are combined with text that specifies the behavior the tests verify.

  5. abstract class FixtureAnyFlatSpec extends FixtureAnyFlatSpecLike

    A sister class to org.scalatest.flatspec.AnyFlatSpec that can pass a fixture object into its tests.

  6. trait FixtureAnyFlatSpecLike extends FixtureTestSuite with FixtureTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class FixtureAnyFlatSpec, which is a sister class to org.scalatest.flatspec.AnyFlatSpec that can pass a fixture object into its tests.

  7. abstract class FixtureAsyncFlatSpec extends FixtureAsyncFlatSpecLike

    A sister class to org.scalatest.flatspec.AsyncFlatSpec that can pass a fixture object into its tests.

  8. trait FixtureAsyncFlatSpecLike extends FixtureAsyncTestSuite with FixtureAsyncTestRegistration with ShouldVerb with MustVerb with CanVerb with Informing with Notifying with Alerting with Documenting

    Implementation trait for class FixtureAsyncFlatSpec, which is a sister class to org.scalatest.flatspec.FixtureAsyncFlatSpec that can pass a fixture object into its tests.

Inherited from AnyRef

Inherited from Any

Ungrouped