}
});
// Rule 3 (defaults
final SWTBotText text = bot.text(0);
assertFalse(0 == text.backgroundColor().getBlue());
assertFalse(255 == text.foregroundColor().getBlue());
Display.getDefault().syncExec(new Runnable() {
public void run() {
assertEquals(null, text.widget.getBackgroundImage());
}