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