* @throws Exception
*/
@Test public void colorSchemeApplied() throws Exception {
// Rule 5 applies
final SWTBotButton button = bot.button("BuTToN");
assertEquals(123, button.backgroundColor().getGreen());
assertEquals(213, button.foregroundColor().getGreen());
Display.getDefault().syncExec(new Runnable() {
public void run() {
assertEquals(null, button.widget.getBackgroundImage());
}