Packages

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.

Source
TestSuite.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OneArgTest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(test: OneArgTest)(f: (TestSuite.FixtureParam) ⇒ Outcome): OneArgTest

    Create new OneArgTest instance.

    Create new OneArgTest instance.

    test

    a OneArgTest

    f

    a FixtureParam => Outcome function

    returns

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