org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncSuite extends Suite with scalatest.AsyncSuite

  2. trait AsyncTestRegistration extends AnyRef

  3. trait ConfigMapFixture extends AnyRef

    Trait that when mixed into a fixture.Suite passes the config map passed to runTest as a fixture into each test.

  4. trait NoArg extends DelayedInit with () ⇒ Unit

    A function that takes no parameters (i.e., a Function0 or "no-arg" function) and results in Unit, which when invoked executes the body of the constructor of the class into which this trait is mixed.

  5. trait Suite extends scalatest.Suite

    Base trait for a family of style traits that can pass a fixture object into tests.

  6. trait TestDataFixture extends AnyRef

    Trait that when mixed into a fixture.Suite passes the TestData passed to withFixture as a fixture into each test.

  7. trait TestRegistration extends AnyRef

  8. trait UnitFixture extends AnyRef

    Trait that when mixed into a fixture.Suite passes the unit value as a fixture into each test.

Ungrouped