Class RecordRestQueryEvent

java.lang.Object
net.thucydides.core.steps.events.StepEventBusEventBase
net.serenitybdd.rest.event.RecordRestQueryEvent
All Implemented Interfaces:
net.thucydides.core.steps.events.StepEventBusEvent

public class RecordRestQueryEvent extends net.thucydides.core.steps.events.StepEventBusEventBase
  • Field Summary

    Fields inherited from class net.thucydides.core.steps.events.StepEventBusEventBase

    timestamp
  • Constructor Summary

    Constructors
    Constructor
    Description
    RecordRestQueryEvent(net.serenitybdd.model.rest.RestQuery restQuery)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from class net.thucydides.core.steps.events.StepEventBusEventBase

    getScenarioId, getStepEventBus, getTimestamp, setStepEventBus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RecordRestQueryEvent

      public RecordRestQueryEvent(net.serenitybdd.model.rest.RestQuery restQuery)
  • Method Details

    • play

      public void play()
    • toString

      public String toString()
      Overrides:
      toString in class Object