assertNotNull(image);
assertThat(image.getBounds().width).isEqualTo(100);
assertThat(image.getBounds().height).isEqualTo(100);
}
// MyComposite has no preferred size, so use forced
assertTrue(myComposite.shouldSetReasonableSize());
}
/**
* GWT <code>Label</code> should be added with location, in other case it will have width of
* <code>RootPanel</code>.