Options
All
  • Public
  • Public/Protected
  • All
Menu

Main class which handle the spy operations

export
class

Spy

Hierarchy

  • Spy

Index

Constructors

constructor

  • new Spy(logSize: number): Spy

Properties

logSize

logSize: number

Methods

Private buildPrintOutput

  • buildPrintOutput(entries: Entries): string

printEntries

  • printEntries(): string

start

  • start(): void

stop

  • stop(): void

Static getInstance

  • getInstance(logSize?: number): Spy
  • Get an instance of spy

    static
    memberof

    Spy

    Parameters

    • Default value logSize: number = 10

    Returns Spy

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc