1 write to TestName
Microsoft.AspNetCore.InternalTesting (1)
TestFileOutputContext.cs (1)
37TestName = GetTestMethodName(parent.TestMethod, parent.MethodArguments);
2 references to TestName
Microsoft.AspNetCore.InternalTesting (2)
CollectDumpAttribute.cs (1)
30var path = Path.Combine(context.FileOutput.TestClassOutputDirectory, context.FileOutput.GetUniqueFileName(context.FileOutput.TestName, ".dmp"));
LoggedTest\LoggedTestBase.cs (1)
81context.FileOutput.TestName);