SWTBotView view = bot.viewByTitle("SWTBot Test View");
SWTBotToolbarButton button = view.toolbarButton("This represents an IAction command.");
assertNotNull(button);
button.click();
bot.button("OK").click();
}
@Test
public void toolbarToogleButton() throws Exception {