org.scalatest.fixture.TestSuite
Companion object for OneArgTest that provides factory method to create new OneArgTest instance by passing in a OneArgTest and a FixtureParam => Outcome function.
OneArgTest
FixtureParam
Outcome
Create new OneArgTest instance.
a OneArgTest
a FixtureParam => Outcome function
a new instance of OneArgTest, which will call the passed f function in its apply method
f
apply
Companion object for
OneArgTest
that provides factory method to create newOneArgTest
instance by passing in aOneArgTest
and aFixtureParam
=>Outcome
function.