Class GshTemplateV2testOutput
java.lang.Object
edu.internet2.middleware.grouper.app.gsh.template.GshTemplateV2testOutput
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendMessage
(String string) exception at any stepboolean
false if there is an exception in check resultboolean
boolean
false if there is an exception in run logicboolean
false if there is an exception in setupboolean
false if there is an exception in tear downvoid
setCheckResultSuccess
(boolean checkResultSuccess) false if there is an exception in check resultvoid
setFailure
(boolean b) void
setGsh_builtin_gshTemplateOutput
(GshTemplateOutput gsh_builtin_gshTemplateOutput) void
setGshTemplateV2test
(GshTemplateV2test gshTemplateV2test) void
setRunLogicSuccess
(boolean runLogicSuccess) false if there is an exception in run logicvoid
setSetupSuccess
(boolean setupSuccess) false if there is an exception in setupvoid
setTearDownSuccess
(boolean tearDownSuccess) false if there is an exception in tear downvoid
setThrowable
(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()
-