OneArgTest

org.scalatest.FixtureTestSuite.OneArgTest
See theOneArgTest companion trait
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.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OneArgTest.type

Members list

Value members

Concrete methods

Create new OneArgTest instance.

Create new OneArgTest instance.

Value parameters

f

a FixtureParam => Outcome function

test

a OneArgTest

Attributes

Returns

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