1 type derived from TestOutputDirectoryAttribute
Microsoft.AspNetCore.InternalTesting (1)
TestFrameworkFileLoggerAttribute.cs (1)
9public class TestFrameworkFileLoggerAttribute : TestOutputDirectoryAttribute
6 references to TestOutputDirectoryAttribute
Microsoft.AspNetCore.InternalTesting (6)
TestFileOutputContext.cs (6)
78var attribute = assembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault(); 84var attribute = assembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault(); 96var attribute = assembly.GetCustomAttributes().OfType<TestOutputDirectoryAttribute>().FirstOrDefault();