use of com.github.bordertech.wcomponents.WSection in project wcomponents by BorderTech.
the class WSectionRenderer_Test method testRendererCorrectlyConfigured.
@Test
public void testRendererCorrectlyConfigured() {
WSection section = new WSection("");
Assert.assertTrue("Incorrect renderer supplied", getWebXmlRenderer(section) instanceof WSectionRenderer);
}
Aggregations