12 references to VerifyEndpoint
Microsoft.AspNetCore.Http.Extensions.Tests (12)
ValidationsGenerator\ValidationsGenerator.ComplexType.cs (1)
99await 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.Parsable.cs (1)
65await VerifyEndpoint(compilation, "/complex-type-with-parsable-properties", 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.RecordType.cs (1)
86await VerifyEndpoint(compilation, "/validatable-record", async (endpoint, serviceProvider) =>
ValidationsGenerator\ValidationsGenerator.Recursion.cs (1)
39await VerifyEndpoint(compilation, "/recursive-type", async (endpoint, serviceProvider) =>