Skip to main content

externalWaitUntil <Actual>

Synchronisation statement that instructs the Actor to wait before proceeding until a given Expectation is met.

To instantiate the interaction to WaitUntil, use the factory method Wait.until.

Learn more

Hierarchy

Index

Constructors

externalconstructor

Methods

externalinstantiationLocation

  • instantiationLocation(): FileSystemLocation
  • Returns the location where this Activity was instantiated.


    Returns FileSystemLocation

externaldescribedBy

  • Resolves the description of this object in the context of the provided actor.


    Parameters

    Returns Promise<string>

externaltoString

  • toString(): string
  • Returns a human-readable description of this object.


    Returns string

externalpollingEvery

  • Configure how frequently the Actor should check if the answer meets the expectation.

    Note that the polling interval defines the delay between subsequent attempts to evaluate the expected value, and doesn't include the amount of time it take the actor to evaluate the value itself.


    Parameters

    Returns Interaction

externalperformAs