コード例 #1
0
 @Test
 public void testAddingResponders() throws Exception {
   factory.addResponder("custom", WikiPageResponder.class);
   assertResponderTypeMatchesInput("custom", WikiPageResponder.class);
 }