package testing
Type Members
-
class
ImprovedFlatSpec extends FlatSpec with GivenWhenThen with OneInstancePerTest
An "improved" implementation of `org.scalatest.FlatSpec`, which adds some commonly used traits and fixes some spelling.
-
trait
NeedsCleanDirectory extends BeforeAndAfterEach
A trait that creates a temporary directory, cleaning it before each test execution.