Skip to content

ApiClientTestBase

Namespace: IntegrationTests.Infrastructure

Base class for integration tests that require generated API client instances for testing API endpoints.
Extends IntegrationTestBase with pre-configured API clients for all available controllers.

public abstract class ApiClientTestBase : IntegrationTestBase

Inheritance ObjectIntegrationTestBaseApiClientTestBase

Methods

OneTimeSetUp()

One-time setup to initialize API clients using the test HTTP client and base URL.

public Task OneTimeSetUp()

Returns

Task