Class BeforeMethodExecutionInfo

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

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

    • BeforeMethodExecutionInfo

      public BeforeMethodExecutionInfo()
  • Method Details

    • getAnnotation

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

      public BeforeMethodExecutionInfo setAnnotation(org.testng.annotations.BeforeMethod annotation)
      Set BeforeMethod annotation.
      Parameters:
      annotation - BeforeMethod annotation
      Returns:
      this