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