10 references to VerifyEndpoint
Microsoft.AspNetCore.Http.Extensions.Tests (10)
ValidationsGenerator\ValidationsGenerator.ComplexType.cs (1)
98
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.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.Recursion.cs (1)
39
await
VerifyEndpoint
(compilation, "/recursive-type", async (endpoint, serviceProvider) =>