Create new OneArgTest
instance.
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
Create new OneArgTest
instance.
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
Companion object for
OneArgTest
that provides factory method to create newOneArgTest
instance by passing in aOneArgTest
and aFixtureParam
=>Outcome
function.