public String getFailureMessage() {
return "Could not find context menu with text: " + text; //$NON-NLS-1$
}
public boolean test() throws Exception {
return !menuFinder.findMenus(matcher).isEmpty();
}
});
return new SWTBotMenu(menuFinder.findMenus(matcher).get(0), matcher);
}