protected void setThrowExceptionForAction(final String action, final boolean throwException) { final TestActionTemp tmp = (TestActionTemp) getBean(action); tmp.setThrowException(throwException); }
protected void setResultForAction(final String action, final String result) { final TestActionTemp tmp = (TestActionTemp) getBean(action); tmp.setResult(result); }