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