Class QtafTestContextPayload

java.lang.Object
de.qytera.qtaf.core.events.payload.QtafTestContextPayload
All Implemented Interfaces:
IQtafTestingContext
Direct Known Subclasses:
TestNGTestContextPayload

public class QtafTestContextPayload extends Object implements IQtafTestingContext
Entity class for payloads of TestContext events.
  • Field Details

    • suiteName

      protected String suiteName
      Name of the test suite.
    • startDate

      protected Date startDate
      Start date of the test suite.
    • endDate

      protected Date endDate
      End date of the test suite.
    • logDirectory

      protected String logDirectory
      Directory where log files are persisted.
    • originalEvent

      protected Object originalEvent
      Original event fired by the test framework (TestNG, Cucumber).
    • thread

      protected Thread thread
      This attribute hold information about the thread the event was fired in.
  • Constructor Details

    • QtafTestContextPayload

      public QtafTestContextPayload()
  • Method Details