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