Trait that when mixed into a fixture.Suite
passes
the config map passed to runTest
as a fixture into each test.
A function that takes no parameters (i.e., a Function0
or "no-arg" function) and results in Unit
, which when
invoked executes the body of the constructor of the class into which this trait is mixed.
Base trait for a family of style traits that can pass a fixture object into tests.
Trait that when mixed into a fixture.Suite
passes the
TestData
passed to withFixture
as a fixture into each test.
Trait that when mixed into a fixture.Suite
passes
the unit value as a fixture into each test.