1 instantiation of TestResult
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
CommonResourceInvokerTest.cs (1)
15
protected static readonly TestResult Result = new
TestResult
();
2 references to TestResult
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
1578
var actionResultName = $"{typeof(CommonResourceInvokerTest).FullName}+{nameof(
TestResult
)}";
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
CommonResourceInvokerTest.cs (1)
15
protected static readonly
TestResult
Result = new TestResult();