use of com.github.bordertech.wcomponents.WTimeoutWarning in project wcomponents by BorderTech.
the class WTimeoutWarningRenderer_Test method testDoPaintDefault.
@Test
public void testDoPaintDefault() throws IOException, SAXException, XpathException {
WTimeoutWarning warning = new WTimeoutWarning();
assertSchemaMatch(warning);
}
Aggregations