Package org.jmock.example.gettingstarted
Class GettingStartedJUnit4Rule
- java.lang.Object
-
- org.jmock.example.gettingstarted.GettingStartedJUnit4Rule
-
public class GettingStartedJUnit4Rule extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description JUnitRuleMockery
context
-
Constructor Summary
Constructors Constructor Description GettingStartedJUnit4Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
oneSubscriberReceivesAMessage()
-
-
-
Field Detail
-
context
public JUnitRuleMockery context
-
-