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