Community
Participate
Working Groups
String result = Fixture.getAllMarkup();
assertTrue( result.indexOf( expected ) != -1 );
}
public void testDynamicColumns() throws Exception {
Display display = new Display();
Shell shell = new Shell( display );
Table table = new Table( shell, SWT.NONE );
new TableColumn( table, SWT.NONE );
TableItem item = new TableItem( table, SWT.NONE );
item.setBackground( 0, display.getSystemColor( SWT.COLOR_BLACK ) );
RWTFixture.markInitialized( display );
RWTFixture.preserveWidgets();