7 references to TestConventions
Microsoft.AspNetCore.Mvc.Core.Test (7)
ApiConventionMethodAttributeTest.cs (7)
90
var type = typeof(
TestConventions
);
96
() => new ApiConventionMethodAttribute(typeof(
TestConventions
), "DoesNotExist"),
107
var type = typeof(
TestConventions
);
113
() => new ApiConventionMethodAttribute(typeof(
TestConventions
), "NotPublic"),
124
var type = typeof(
TestConventions
);
130
() => new ApiConventionMethodAttribute(typeof(
TestConventions
), nameof(
TestConventions
.Method)),