use of com.ait.lienzo.client.core.shape.TextNoWrap in project kie-wb-common by kiegroup.
the class TextWrapperProviderTest method testNoWrap.
@Test
public void testNoWrap() {
final ITextWrapper wrapper = TextWrapperProvider.get(TextWrapperStrategy.NO_WRAP, text);
assertTrue(wrapper instanceof TextNoWrap);
}
Aggregations