10 references to VerifyEndpoint
Microsoft.AspNetCore.Http.Extensions.Tests (10)
ValidationsGenerator\ValidationsGenerator.ComplexType.cs (1)
98await VerifyEndpoint(compilation, "/complex-type", async (endpoint, serviceProvider) =>
ValidationsGenerator\ValidationsGenerator.IValidatableObject.cs (1)
90await VerifyEndpoint(compilation, "/validatable-object", async (endpoint, serviceProvider) =>
ValidationsGenerator\ValidationsGenerator.NoOp.cs (3)
39await VerifyEndpoint(compilation, "/complex-type", async (endpoint, serviceProvider) => 103await VerifyEndpoint(compilation, "/complex-type", async (endpoint, serviceProvider) => 159await VerifyEndpoint(compilation, "/complex-type", async (endpoint, serviceProvider) =>
ValidationsGenerator\ValidationsGenerator.Parameters.cs (1)
43await VerifyEndpoint(compilation, "/params", async (endpoint, serviceProvider) =>
ValidationsGenerator\ValidationsGenerator.Polymorphism.cs (3)
82await VerifyEndpoint(compilation, "/basic-polymorphism", async (endpoint, serviceProvider) => 114await VerifyEndpoint(compilation, "/validatable-polymorphism", async (endpoint, serviceProvider) => 158await VerifyEndpoint(compilation, "/polymorphism-container", async (endpoint, serviceProvider) =>
ValidationsGenerator\ValidationsGenerator.Recursion.cs (1)
39await VerifyEndpoint(compilation, "/recursive-type", async (endpoint, serviceProvider) =>