issues
search
ttu
/
dotnet-fake-json-server
Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
https://ttu.github.io/dotnet-fake-json-server/
MIT License
388
stars
84
forks
source link
Feature/web-application-factory
#54
Closed
kashifsoofi
closed
5 years ago
kashifsoofi
commented
5 years ago
21 Updated intergration tests to use WebAppliationFactory
Updated IntegrationFixture to create InMemory web server using WebApplicationFactory
Updated integration tests
Added HttpMethodMiddleware as InMemory TestHost was not filtering body in HEAD requests
Updated WebSocket test to use WebSocketClient from WebApplicationFactory.TestHost
kashifsoofi
commented
5 years ago
Changes done as per suggestions.
ttu
commented
5 years ago
Thanks 👍
21 Updated intergration tests to use WebAppliationFactory