2 references to ApiConvention_ForGetMethod
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
ApiExplorerTest.cs (2)
1256
public Task ApiConvention_ForGetMethod_ReturningModel() =>
ApiConvention_ForGetMethod
("GetProduct");
1259
public Task ApiConvention_ForGetMethod_ReturningTaskOfActionResultOfModel() =>
ApiConvention_ForGetMethod
("GetTaskOfActionResultOfProduct");