168169170171172173174175176177178
@Override public Object operation() throws Exception { return "Hi!"; } }; assertEquals("Hi!", handler.operation()); } /** * Test method for . */