6 references to TestController
Microsoft.AspNetCore.Http.Abstractions.Tests (6)
Validation\RuntimeValidatableParameterInfoResolverTests.cs (6)
83
var parameterInfo = typeof(
TestController
)
84
.GetMethod(nameof(
TestController
.MethodWithAttributedParam))!
99
var parameterInfo = typeof(
TestController
)
100
.GetMethod(nameof(
TestController
.MethodWithDisplayAttribute))!
115
var parameterInfo = typeof(
TestController
)
116
.GetMethod(nameof(
TestController
.MethodWithNullDisplayName))!