GPIC - Backend  1.0
Aplicações .NET para o backend do GPIC
Referência à classe Application.Tests.UseCases.Auth.LoginTests

Membros públicos

async Task ExecuteAsync_ValidInput_ReturnsUserLoginOutput ()
 
void ExecuteAsync_EmailIsNull_ThrowsUseCaseException ()
 
void ExecuteAsync_PasswordIsNull_ThrowsUseCaseException ()
 
void ExecuteAsync_UserNotFound_ThrowsUseCaseException ()
 
void ExecuteAsync_UserNotConfirmed_ThrowsUseCaseException ()
 
void ExecuteAsync_InvalidPassword_ThrowsUseCaseException ()
 

Documentação dos métodos

◆ ExecuteAsync_EmailIsNull_ThrowsUseCaseException()

void Application.Tests.UseCases.Auth.LoginTests.ExecuteAsync_EmailIsNull_ThrowsUseCaseException ( )
inline

◆ ExecuteAsync_InvalidPassword_ThrowsUseCaseException()

void Application.Tests.UseCases.Auth.LoginTests.ExecuteAsync_InvalidPassword_ThrowsUseCaseException ( )
inline

◆ ExecuteAsync_PasswordIsNull_ThrowsUseCaseException()

void Application.Tests.UseCases.Auth.LoginTests.ExecuteAsync_PasswordIsNull_ThrowsUseCaseException ( )
inline

◆ ExecuteAsync_UserNotConfirmed_ThrowsUseCaseException()

void Application.Tests.UseCases.Auth.LoginTests.ExecuteAsync_UserNotConfirmed_ThrowsUseCaseException ( )
inline

◆ ExecuteAsync_UserNotFound_ThrowsUseCaseException()

void Application.Tests.UseCases.Auth.LoginTests.ExecuteAsync_UserNotFound_ThrowsUseCaseException ( )
inline

◆ ExecuteAsync_ValidInput_ReturnsUserLoginOutput()

async Task Application.Tests.UseCases.Auth.LoginTests.ExecuteAsync_ValidInput_ReturnsUserLoginOutput ( )
inline

A documentação para esta classe foi gerada a partir do seguinte ficheiro: