6 references to TestController
Microsoft.Extensions.Validation.Tests (6)
RuntimeValidatableParameterInfoResolverTests.cs (6)
77
var parameterInfo = typeof(
TestController
)
78
.GetMethod(nameof(
TestController
.MethodWithAttributedParam))!
93
var parameterInfo = typeof(
TestController
)
94
.GetMethod(nameof(
TestController
.MethodWithDisplayAttribute))!
109
var parameterInfo = typeof(
TestController
)
110
.GetMethod(nameof(
TestController
.MethodWithNullDisplayName))!