Skip to content

SimpleAuthTest

Namespace: IntegrationTests

Simple authentication integration tests to verify basic login functionality and JWT token generation.

public class SimpleAuthTest : IntegrationTests.Infrastructure.ApiClientTestBase

Inheritance ObjectIntegrationTestBaseApiClientTestBaseSimpleAuthTest

Constructors

SimpleAuthTest()

public SimpleAuthTest()

Methods

SimpleLogin_Test()

Tests the complete authentication flow by creating a test user and verifying successful login with JWT token
generation.

public Task SimpleLogin_Test()

Returns

Task