Defines the Fixture
type to be JMockCycle
.
Defines the Fixture
type to be JMockCycle
.
Instantiates a new JMockCycle
and passes it to the test function.
Instantiates a new JMockCycle
and passes it to the test function.
the test function to which to pass a new JMockCycle
Trait that will pass a new
JMockCycle
into any test that needs one.This trait, which must be mixed into a
fixture.Suite
, defines theFixture
type to beJMockCycle
and defines awithFixture
method that instantiates a newJMockCycle
and passes it to the test function.