Does ScalaTest include a fixture similar to the JUnit Rule temporary folder? If not, is there a commonly-used ScalaTest extension library that includes a fixture like that?
Does ScalaTest include a fixture similar to the JUnit Rule temporary folder? If not, is there a commonly-used ScalaTest extension library that includes a fixture like that?
This seems to be a duplicate question of Using JUnit @Rule with ScalaTest (e.g. TemporaryFolder)
And if it's possible in other frameworks? In my project we use Specs2 and we have autogenerated folders for test-cases. So I know it's possible for Specs2.