Example #1
0
 public void testGetFooter() {
   StringBuffer sb = new StringBuffer();
   node.getFooter(sb);
   assertEquals("-->", sb.toString());
 }