3 references to AssertVoid
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (3)
EndpointMetadataApiDescriptionProviderTest.cs (3)
179
AssertVoid
(GetApiDescription(() => { }));
180
AssertVoid
(GetApiDescription(() => Task.CompletedTask));
181
AssertVoid
(GetApiDescription(() => new ValueTask()));