14 references to TestConvention
Microsoft.AspNetCore.Mvc.Core.Test (14)
ApiExplorer\ApiConventionMatcherTest.cs (14)
335
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.Post));
349
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.GetNoArgs));
363
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.GetTwoArgs));
377
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.GetParameterNotMatching));
391
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.Get));
405
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.Search));
419
var conventionMethod = typeof(
TestConvention
).GetMethod(nameof(
TestConvention
.SearchWithParams));