Class AfterSuiteExecutionInfo
java.lang.Object
de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
de.qytera.qtaf.core.guice.invokation.AfterSuiteExecutionInfo
Information object that contains Step execution information.
-
Field Summary
Fields inherited from class de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.testng.annotations.AfterSuiteGet annotation.setAnnotation(org.testng.annotations.AfterSuite annotation) Set AfterSuite Annotation.Methods inherited from class de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
getError, getId, getMethodInvocation, getResult, getStackTraceElements, getThread, setError, setId, setMethodInvocation, setResult, setStackTraceElements, setThread
-
Constructor Details
-
AfterSuiteExecutionInfo
public AfterSuiteExecutionInfo()
-
-
Method Details
-
getAnnotation
public org.testng.annotations.AfterSuite getAnnotation()Get annotation.- Returns:
- annotation
-
setAnnotation
Set AfterSuite Annotation.- Parameters:
annotation- AfterSuite Annotation- Returns:
- this
-