Search in sources :

Example 1 with HasCssName

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);
}
Also used : HasCssName(com.google.gwt.dom.client.Style.HasCssName) IconType(org.gwtbootstrap3.client.ui.constants.IconType) Test(org.junit.Test)

Aggregations

HasCssName (com.google.gwt.dom.client.Style.HasCssName)1 IconType (org.gwtbootstrap3.client.ui.constants.IconType)1 Test (org.junit.Test)1