|
Asper Header
1.0.14
The header injector extension
|
Mock implementation for testing output channel behavior. More...


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 |
Mock implementation for testing output channel behavior.
Definition at line 76 of file logger.test.ts.
|
inline |
Constructs a new mock output channel with specified name.
| name | The name identifier for the mock output channel |
Definition at line 88 of file logger.test.ts.
| name MockOutputChannelImpl::__pad0__ |
Definition at line 77 of file logger.test.ts.
| appendLineCallCount MockOutputChannelImpl::__pad1__ |
Definition at line 78 of file logger.test.ts.
| appendCallCount MockOutputChannelImpl::__pad2__ |
Definition at line 79 of file logger.test.ts.
| _lines MockOutputChannelImpl::__pad3__ |
Definition at line 80 of file logger.test.ts.
| _isVisible MockOutputChannelImpl::__pad4__ |
Definition at line 81 of file logger.test.ts.