Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

#112 Use XUnit fixture for integrationtest #114

Closed pietersap closed 5 years ago

pietersap commented 5 years ago

Created a fixture for the integration test, instead of re-creating the test server and http client everytime in the test constructor.