Add more tests for WithBody (Json and String) and WildcardMatcher

This commit is contained in:
Stef Heyenrath
2021-10-19 09:28:52 +00:00
parent 6194f4e460
commit 48b3e7a305
3 changed files with 125 additions and 31 deletions

View File

@@ -73,6 +73,10 @@
<PackageReference Include="FluentAssertions" Version="6.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net452'">
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
</ItemGroup>
<ItemGroup>
<None Update="responsebody.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>