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