Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RequestRecorder

Index

Constructors

constructor

Properties

expectPropertyCallback

expectPropertyCallback: (expect: ExpectProperty) => void = ...

Type declaration

headerCallback

headerCallback: (headerName: string, headerValue: string) => string = ...

Type declaration

    • (headerName: string, headerValue: string): string
    • Parameters

      • headerName: string
      • headerValue: string

      Returns string

host

host: string

idByVar

idByVar: {} = ...

Type declaration

  • [key: string]: string

keepRequestCallback

keepRequestCallback: (request: RecordedRequest) => boolean = ...

Type declaration

recording

recording: boolean = false

requests

requests: RecordedRequest[] = ...

varById

varById: {} = ...

Type declaration

  • [key: string]: string

Methods

handleEvent

  • handleEvent(event: Event): void

requestInterceptor

  • requestInterceptor(): Interceptor

setRequestExpectations

setRequestHeaders

start

  • start(): void

stop

  • stop(): void

toggle

  • toggle(): void

Generated using TypeDoc