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