2122232425262728
@Test public void testSendMessage() throws Exception { Notifier notifier = new ConsoleNotifier(); SimpleMessage context = new SimpleMessage(); context.setText("hello world"); notifier.sendMessage(context); } }