@Before public void init() { context = new Mockery(); headerPatterns = newHashMap(); notifier = context.mock(Notifier.class); LocalNotifier.set(notifier); }
@After public void cleanUp() { LocalNotifier.set(null); }