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.
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.