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