Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

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

src/types/testing.ts:100


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

src/types/testing.ts:96

Accessors

testLogger

get testLogger(): TestLogger

The test logger instance for the current test

Returns

TestLogger

Defined in

src/types/testing.ts:92