Packages

t

org.scalatest.jmock

JMockCycleFixture

trait JMockCycleFixture extends AnyRef

Trait that will pass a new JMockCycle into any test that needs one.

This trait, which must be mixed into a fixture.Suite, defines the Fixture type to be JMockCycle and defines a withFixture method that instantiates a new JMockCycle and passes it to the test function.

Self Type
JMockCycleFixture with fixture.TestSuite
Source
JMockCycleFixture.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JMockCycleFixture
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FixtureParam = JMockCycle

    Defines the Fixture type to be JMockCycle.

    Defines the Fixture type to be JMockCycle.

Value Members

  1. def withFixture(test: (JMockCycleFixture.this)#OneArgTest): Outcome

    Instantiates a new JMockCycle and passes it to the test function.

    Instantiates a new JMockCycle and passes it to the test function.

    test

    the test function to which to pass a new JMockCycle