Beispiel #1
0
 @Test
 public void testGetLinkLabel() throws IOException {
   page = new ClassPage(node, null, null, rootFolder, context);
   assertEquals("Foo", page.getLinkLabel());
 }