Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
MockOutputChannelImpl Class Reference

Mock implementation for testing output channel behavior. More...

Inheritance diagram for MockOutputChannelImpl:
Inheritance graph
Collaboration diagram for MockOutputChannelImpl:
Collaboration graph

Public Member Functions

 constructor (name:string)
 Constructs a new mock output channel with specified name.
 

Data Fields

name : string
 
appendLineCallCount : number = 0
 
appendCallCount : number = 0
 
_lines : string[] = []
 
_isVisible : boolean = false
 

Detailed Description

Mock implementation for testing output channel behavior.

Definition at line 76 of file logger.test.ts.

Member Function Documentation

◆ constructor()

MockOutputChannelImpl::constructor ( name:string)
inline

Constructs a new mock output channel with specified name.

Parameters
nameThe name identifier for the mock output channel

Definition at line 88 of file logger.test.ts.

Field Documentation

◆ __pad0__

name MockOutputChannelImpl::__pad0__

Definition at line 77 of file logger.test.ts.

◆ __pad1__

appendLineCallCount MockOutputChannelImpl::__pad1__

Definition at line 78 of file logger.test.ts.

◆ __pad2__

appendCallCount MockOutputChannelImpl::__pad2__

Definition at line 79 of file logger.test.ts.

◆ __pad3__

_lines MockOutputChannelImpl::__pad3__

Definition at line 80 of file logger.test.ts.

◆ __pad4__

_isVisible MockOutputChannelImpl::__pad4__

Definition at line 81 of file logger.test.ts.


The documentation for this class was generated from the following file: