- Added ComplianceNFs.Infrastructure.Tests project to the solution. - Implemented unit tests for AccessDbRepository, ArchivingService, AttachmentRepository, InvoiceIngestionService, MailListener, MonitorViewModel, and Worker. - Enhanced existing tests with additional assertions and mock setups. - Updated TODOs and roadmap documentation to reflect changes in service implementations and testing coverage. - Modified ComplianceNFs.sln to include new test project and adjust solution properties.
17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"version": "1",
|
|
"environments": [
|
|
//Consulte https://aka.ms/remotetesting para obter mais detalhe
|
|
//sobre como configurar ambientes remotos.
|
|
//{
|
|
// "name": "WSL Ubuntu",
|
|
// "type": "wsl",
|
|
// "wslDistribution": "Ubuntu"
|
|
//},
|
|
//{
|
|
// "name": "Docker dotnet/sdk",
|
|
// "type": "docker",
|
|
// "dockerImage": "mcr.microsoft.com/dotnet/sdk"
|
|
//}
|
|
]
|
|
} |