Class AfterMethodExecutionInfo

java.lang.Object
de.qytera.qtaf.core.guice.invokation.AbstractStepExecutionInfo
de.qytera.qtaf.core.guice.invokation.AfterMethodExecutionInfo

public class AfterMethodExecutionInfo extends AbstractStepExecutionInfo
Information object that contains Step execution information.
  • Constructor Details

    • AfterMethodExecutionInfo

      public AfterMethodExecutionInfo()
  • Method Details

    • getAnnotation

      public org.testng.annotations.AfterMethod getAnnotation()
      Get annotation.
      Returns:
      annotation
    • setAnnotation

      public AfterMethodExecutionInfo setAnnotation(org.testng.annotations.AfterMethod annotation)
      Set AfterMethod annotation.
      Parameters:
      annotation - AfterMethod annotation
      Returns:
      this