Skip to main content

abstractActivity

Hierarchy

Index

Constructors

constructor

  • new Activity(description: string, location?: FileSystemLocation): Activity
  • Parameters

    • description: string
    • location: FileSystemLocation = ...

    Returns Activity

Methods

instantiationLocation

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


    Returns FileSystemLocation

abstractperformAs

toString

  • toString(): string
  • Generates a human-friendly description to be used when reporting this Activity.

    Note: When this activity is reported, token #actor in the description will be replaced with the name of the actor performing this Activity.

    For example, #actor clicks on a button becomes Wendy clicks on a button.


    Returns string