Correction fichier de test

API_init
Leni BEAULATON 1 month ago
parent a6fdb3242e
commit dc010f74cc

@ -63,6 +63,11 @@ namespace StubApi
}
public Task<PaginationResult<QuoteDTO>> GetAllQuoteLang(int index, int pageSize, int lang)
{
throw new NotImplementedException();
}
public async Task<QuoteDTO> GetDayliQuote(int lang)
{
throw new NotImplementedException();

@ -12,10 +12,17 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DTO\DTO.csproj" />
<ProjectReference Include="..\Shared\Shared.csproj" />
<ProjectReference Include="..\WfApi\WfApi.csproj" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>

Loading…
Cancel
Save