org.scalatest

path

package path

Visibility
  1. Public
  2. All

Type Members

  1. class FreeSpec extends FreeSpecLike

    A sister class to org.scalatest.FreeSpec that isolates tests by running each test in its own instance of the test class, and for each test, only executing the path leading to that test.

  2. trait FreeSpecLike extends Suite with OneInstancePerTest

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

  3. class FunSpec extends FunSpecLike

    A sister class to org.scalatest.FunSpec that isolates tests by running each test in its own instance of the test class, and for each test, only executing the path leading to that test.

  4. trait FunSpecLike extends Suite with OneInstancePerTest

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

Ungrouped