Skip to content

Commit 2ec51bc

Browse files
committed
Generate controllers for all endpoints in tests, so they can be used by client tests; expand model used for query strings
1 parent 6a4a0b4 commit 2ec51bc

File tree

14 files changed

+3997
-245
lines changed

14 files changed

+3997
-245
lines changed

test/OpenApiClientTests/LegacyClient/swagger.g.json

Lines changed: 461 additions & 0 deletions
Large diffs are not rendered by default.

test/OpenApiClientTests/NamingConventions/CamelCase/swagger.g.json

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.

test/OpenApiClientTests/NamingConventions/KebabCase/swagger.g.json

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.

test/OpenApiClientTests/NamingConventions/PascalCase/swagger.g.json

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.

test/OpenApiEndToEndTests/QueryStrings/swagger.g.json

Lines changed: 1637 additions & 245 deletions
Large diffs are not rendered by default.

test/OpenApiTests/LegacyOpenApiIntegration/LegacyOpenApiIntegrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public LegacyOpenApiIntegrationTests()
1313
UseController<AirplanesController>();
1414
UseController<FlightsController>();
1515
UseController<FlightAttendantsController>();
16+
UseController<PassengersController>();
1617

1718
SwaggerDocumentOutputDirectory = "test/OpenApiClientTests/LegacyClient";
1819
}

0 commit comments

Comments
 (0)