public void runPit() { SWTBotMenuHelper menuHelper = new SWTBotMenuHelper(); menuHelper.findMenu(bot.menu(RUN).menu(RUN_AS), PIT_MUTATION_TEST).click(); }
public List<PitRunConfiguration> runConfigurations() { SWTBotMenuHelper menuHelper = new SWTBotMenuHelper(); menuHelper.findMenu(bot.menu(RUN), RUN_CONFIGURATIONS).click(); return runConfigurationSelector.getConfigurations(); }
public void runJUnit() { SWTBotMenuHelper menuHelper = new SWTBotMenuHelper(); menuHelper.findMenu(bot.menu(RUN).menu(RUN_AS), JUNIT_TEST).click(); }