putValue(SHORT_DESCRIPTION, "Re-run");
putValue(SMALL_ICON, new ImageIcon(ImageUtilities.loadImage("qubit/cucumber/editor/resources/icons/rerun_button_icon.png", true)));
}
public void actionPerformed(ActionEvent e) {
new RunFeatureWithCucumber(context).actionPerformed(e);
}