56575859606162
} @Override protected UIComponent createComponentToTest() { return new HtmlBody(); }
135136137138139140141142143144145
} Assert.assertEquals(1, linksFound); Assert.assertEquals(1, scriptsFound); HtmlBody body = (HtmlBody) root.findComponent("idBody"); Assert.assertNotNull(body); UIForm form = (UIForm) root.findComponent("myForm"); Assert.assertNotNull(form);