Class BeforeTestExecutionInfo

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

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

    • BeforeTestExecutionInfo

      public BeforeTestExecutionInfo()
  • Method Details

    • getAnnotation

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

      public BeforeTestExecutionInfo setAnnotation(org.testng.annotations.BeforeTest annotation)
      Set BeforeTest annotation.
      Parameters:
      annotation - BeforeTest annotation
      Returns:
      this