@SuppressWarnings("unchecked")
Matcher matcher = allOf(widgetOfType(Label.class),
withRegex("No changes in .*"));
@SuppressWarnings("unchecked")
SWTBotLabel l = new SWTBotLabel((Label) viewBot.widget(matcher));
assertNotNull(l);
}
@Test @Ignore// workspace model dosn't show non-workspace files ... yet ;)
public void shouldShowNonWorkspaceFileInSynchronization()