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.
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.