Constructors
constructor
- new Spy(logSize: number): Spy
Methods
Private buildPrintOutput
- buildPrintOutput(entries: Entries): string
-
Parameters
Returns string
Static getInstance
- getInstance(logSize?: number): Spy
-
Parameters
-
Default value logSize: number = 10
Returns Spy
Main class which handle the spy operations
Spy