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