Class AfterTestExecutionInfo

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

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

    • AfterTestExecutionInfo

      public AfterTestExecutionInfo()
  • Method Details

    • getAnnotation

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

      public AfterTestExecutionInfo setAnnotation(org.testng.annotations.AfterTest annotation)
      Set beforeTestAnnotation.
      Parameters:
      annotation - AfterTest Annotation
      Returns:
      this