org.scalatest

path

package path

Visibility
  1. Public
  2. All

Type Members

  1. trait FreeSpec extends Suite with OneInstancePerTest

    A sister trait 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 FunSpec extends Suite with OneInstancePerTest

    A sister trait 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.

Ungrouped