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