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