AlgoKitLogCaptureFixture
Defined in: src/testing/types.ts:151
Properties
Section titled “Properties”afterEach()
Section titled “afterEach()”afterEach: () =>
void
Defined in: src/testing/types.ts:161
Testing framework agnostic handler method to run after each test to reset the logger.
Returns
Section titled “Returns”void
beforeEach()
Section titled “beforeEach()”beforeEach: () =>
void
Defined in: src/testing/types.ts:157
Testing framework agnostic handler method to run before each test to prepare the testLogger for that test.
Returns
Section titled “Returns”void
Accessors
Section titled “Accessors”testLogger
Section titled “testLogger”Get Signature
Section titled “Get Signature”get testLogger():
TestLogger
Defined in: src/testing/types.ts:153
The test logger instance for the current test