OneArgTest

object OneArgTest

Companion object for OneArgTest that provides factory method to create new OneArgTest instance by passing in a OneArgTest and a FixtureParam => Outcome function.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Create new OneArgTest instance.

Create new OneArgTest instance.

Value parameters:
f

a FixtureParam => Outcome function

test

a OneArgTest

Returns:

a new instance of OneArgTest, which will call the passed f function in its apply method