Skip to content

LoadTestBase

Namespace: LoadTests.Infrastructure

Base class for load tests using TestContainers and API factory

public abstract class LoadTestBase

Inheritance ObjectLoadTestBase

Methods

GetApiBaseUrl()

Get the API base URL from the factory

protected string GetApiBaseUrl()

Returns

String

GlobalSetup()

Sets up the test environment with all required infrastructure

public Task GlobalSetup()

Returns

Task

GlobalTeardown()

Cleans up the test infrastructure after all tests complete

public Task GlobalTeardown()

Returns

Task