SWTBotView view = bot.viewByTitle("SWTBot Test View");
SWTBotToolbarRadioButton button = view.toolbarRadioButton("This represents a radio IAction command.");
assertNotNull(button);
button.click();
bot.button("OK").click();
}
@Test
public void toolbarDropDownButton() throws Exception {