1 write to TestMethod
Microsoft.AspNetCore.InternalTesting (1)
TestContext.cs (1)
30
TestMethod
= testMethod;
2 references to TestMethod
Microsoft.AspNetCore.InternalTesting (2)
LoggedTest\LoggedTestBase.cs (1)
120
return InitializeAsync(context, context.
TestMethod
, context.MethodArguments, context.Output);
TestFileOutputContext.cs (1)
37
TestName = GetTestMethodName(parent.
TestMethod
, parent.MethodArguments);