Skip to content

Commit 8ea0461

Browse files
authored
Extend verification test coverage (#3149)
Test NSwagClientExample in SwaggerIntegrationTests. Test Basic, CustomDocumentSerializer and NSwagClientExample in Verify tests.
1 parent f375706 commit 8ea0461

6 files changed

+1780
-3
lines changed

test/Swashbuckle.AspNetCore.IntegrationTests/SwaggerIntegrationTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Globalization;
33
using System.Linq;
44
using System.Net.Http;
@@ -27,6 +27,7 @@ public class SwaggerIntegrationTests
2727
[InlineData(typeof(GenericControllers.Startup), "/swagger/v1/swagger.json")]
2828
[InlineData(typeof(MultipleVersions.Startup), "/swagger/1.0/swagger.json")]
2929
[InlineData(typeof(MultipleVersions.Startup), "/swagger/2.0/swagger.json")]
30+
[InlineData(typeof(NSwagClientExample.Startup), "/swagger/v1/swagger.json")]
3031
[InlineData(typeof(OAuth2Integration.Startup), "/resource-server/swagger/v1/swagger.json")]
3132
[InlineData(typeof(ReDocApp.Startup), "/swagger/v1/swagger.json")]
3233
[InlineData(typeof(TestFirst.Startup), "/swagger/v1-generated/openapi.json")]

0 commit comments

Comments
 (0)