Class AfterTestExecutionInfo
java.lang.Object
de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
de.qytera.qtaf.core.guice.invokation.AfterTestExecutionInfo
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.AfterTestGet annotation.setAnnotation(org.testng.annotations.AfterTest annotation) Set beforeTestAnnotation.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
-
AfterTestExecutionInfo
public AfterTestExecutionInfo()
-
-
Method Details
-
getAnnotation
public org.testng.annotations.AfterTest getAnnotation()Get annotation.- Returns:
- annotation
-
setAnnotation
Set beforeTestAnnotation.- Parameters:
annotation- AfterTest Annotation- Returns:
- this
-