Skip to content

Commit

Permalink
Extend verification test coverage (#3149)
Browse files Browse the repository at this point in the history
Test NSwagClientExample in SwaggerIntegrationTests. Test Basic, CustomDocumentSerializer and NSwagClientExample in Verify tests.
  • Loading branch information
Saibamen authored Nov 17, 2024
1 parent f375706 commit 8ea0461
Show file tree
Hide file tree
Showing 6 changed files with 1,780 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;
using System.Linq;
using System.Net.Http;
Expand Down Expand Up @@ -27,6 +27,7 @@ public class SwaggerIntegrationTests
[InlineData(typeof(GenericControllers.Startup), "/swagger/v1/swagger.json")]
[InlineData(typeof(MultipleVersions.Startup), "/swagger/1.0/swagger.json")]
[InlineData(typeof(MultipleVersions.Startup), "/swagger/2.0/swagger.json")]
[InlineData(typeof(NSwagClientExample.Startup), "/swagger/v1/swagger.json")]
[InlineData(typeof(OAuth2Integration.Startup), "/resource-server/swagger/v1/swagger.json")]
[InlineData(typeof(ReDocApp.Startup), "/swagger/v1/swagger.json")]
[InlineData(typeof(TestFirst.Startup), "/swagger/v1-generated/openapi.json")]
Expand Down
Loading

0 comments on commit 8ea0461

Please sign in to comment.