Steeltoe icon indicating copy to clipboard operation
Steeltoe copied to clipboard

Review Management tests

Open hananiel opened this issue 3 years ago • 0 comments

Review Tests for following:

  • All tests use Startup/WebApplicationFactory (Microsoft class that uses TestHost under the covers)
  • In each test we make a request to the endpoint and verify the response
  • Each test can also change the configuration and verify that the response changes as expected.
  • Option classes and other internal code are indirectly tested through these requests

hananiel avatar Oct 06 '22 19:10 hananiel