public Force3TestCaseHandler() {
}
public Object execute(ExecutionEvent event) throws ExecutionException {
ISelection selection = HandlerUtil.getCurrentSelection(event);
Force3TestCaseAction action = new Force3TestCaseAction();
action.selectionChanged(null, selection);
action.run(null);
return null;
}