use of com.google.gwt.dom.client.Style.HasCssName in project kie-wb-common by kiegroup.
the class BaseCardComponentTest method testGetIcon.
@Test
public void testGetIcon() {
final IconType expected = DOWNLOAD;
final HasCssName actual = card.getIcon();
assertEquals(expected, actual);
}
Aggregations