types testing.AlgoKitLogCaptureFixture
@algorandfoundation/algokit-utils / types/testing / AlgoKitLogCaptureFixture
Interface: AlgoKitLogCaptureFixture¶
types/testing.AlgoKitLogCaptureFixture
Table of contents¶
Properties¶
Accessors¶
Properties¶
afterEach¶
• afterEach: () => void
Testing framework agnostic handler method to run after each test to reset the logger.
Type declaration¶
▸ (): void
Testing framework agnostic handler method to run after each test to reset the logger.
Returns¶
void
Defined in¶
beforeEach¶
• beforeEach: () => void
Testing framework agnostic handler method to run before each test to prepare the testLogger
for that test.
Type declaration¶
▸ (): void
Testing framework agnostic handler method to run before each test to prepare the testLogger
for that test.
Returns¶
void
Defined in¶
Accessors¶
testLogger¶
• get
testLogger(): TestLogger
The test logger instance for the current test