1 write to TestClassName
Microsoft.AspNetCore.InternalTesting (1)
TestFileOutputContext.cs (1)
38TestClassName = GetTestClassName(parent.TestClass);
4 references to TestClassName
Microsoft.AspNetCore.InternalTesting (4)
LoggedTest\LoggedTestBase.cs (2)
70ResolvedTestClassName = context.FileOutput.TestClassName; 76context.FileOutput.TestClassName,
ShortClassNameAttribute.cs (1)
9/// Used to specify that <see cref="TestFileOutputContext.TestClassName"/> should used the
TestFileOutputContext.cs (1)
43TestClassOutputDirectory = Path.Combine(AssemblyOutputDirectory, TestClassName);