Class GshTemplateV2testOutput
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.template.GshTemplateV2testOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendMessage(String string) exception at any stepbooleanfalse if there is an exception in check resultbooleanbooleanfalse if there is an exception in run logicbooleanfalse if there is an exception in setupbooleanfalse if there is an exception in tear downvoidsetCheckResultSuccess(boolean checkResultSuccess) false if there is an exception in check resultvoidsetFailure(boolean b) voidsetGsh_builtin_gshTemplateOutput(GshTemplateOutput gsh_builtin_gshTemplateOutput) voidsetGshTemplateV2test(GshTemplateV2test gshTemplateV2test) voidsetRunLogicSuccess(boolean runLogicSuccess) false if there is an exception in run logicvoidsetSetupSuccess(boolean setupSuccess) false if there is an exception in setupvoidsetTearDownSuccess(boolean tearDownSuccess) false if there is an exception in tear downvoidsetThrowable(Throwable throwable) exception at any step
-
Constructor Details
-
GshTemplateV2testOutput
public GshTemplateV2testOutput()
-
-
Method Details
-
getGshTemplateV2test
-
setGshTemplateV2test
-
isRunLogicSuccess
public boolean isRunLogicSuccess()false if there is an exception in run logic -
setRunLogicSuccess
public void setRunLogicSuccess(boolean runLogicSuccess) false if there is an exception in run logic -
isTearDownSuccess
public boolean isTearDownSuccess()false if there is an exception in tear down -
setTearDownSuccess
public void setTearDownSuccess(boolean tearDownSuccess) false if there is an exception in tear down -
isCheckResultSuccess
public boolean isCheckResultSuccess()false if there is an exception in check result -
setCheckResultSuccess
public void setCheckResultSuccess(boolean checkResultSuccess) false if there is an exception in check result -
isSetupSuccess
public boolean isSetupSuccess()false if there is an exception in setup -
setSetupSuccess
public void setSetupSuccess(boolean setupSuccess) false if there is an exception in setup -
getThrowable
exception at any step -
setThrowable
exception at any step -
getGsh_builtin_gshTemplateOutput
-
setGsh_builtin_gshTemplateOutput
-
appendMessage
-
getMessage
-
setFailure
public void setFailure(boolean b) -
isFailure
public boolean isFailure()
-