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