org.scalatest

fixture

package fixture

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncFunSuite extends AsyncFunSuiteLike

  2. trait AsyncFunSuiteLike extends AsyncSuite with AsyncTestRegistration

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

  3. abstract class FunSuite extends FunSuiteLike

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

  4. trait FunSuiteLike extends Suite with TestRegistration with Informing with Notifying with Alerting with Documenting

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

Ungrouped