Skip to content

Commit 97c72b3

Browse files
committed
test(openapi32): add expected classes test
1 parent 45ce434 commit 97c72b3

2 files changed

Lines changed: 866 additions & 0 deletions

File tree

tests/OpenAPI.WebApiGenerator.Tests/ApiGeneratorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class ApiGeneratorTests
2020
[InlineData("openapi-v2.json")]
2121
[InlineData("openapi-v3.json")]
2222
[InlineData("openapi-v3.1.json")]
23+
[InlineData("openapi-v3.2.json")]
2324
public void GivenAnOpenAPISpec_WhenGeneratingAPI_ExpectedClassesShouldHaveBeenGenerated(string specFile)
2425
{
2526
var generator = new ApiGenerator();

0 commit comments

Comments
 (0)