1 type derived from TestOutputDirectoryAttribute
Microsoft.AspNetCore.InternalTesting (1)
TestFrameworkFileLoggerAttribute.cs (1)
9
public class TestFrameworkFileLoggerAttribute :
TestOutputDirectoryAttribute
9 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();
Microsoft.AspNetCore.InternalTesting.Tests (3)
TestableAssembly.cs (3)
42
private static readonly
TestOutputDirectoryAttribute
ThisOutputDirectoryAttribute =
43
ThisAssembly.GetCustomAttributes().OfType<
TestOutputDirectoryAttribute
>().FirstOrDefault();
61
var outputConstructor = typeof(
TestOutputDirectoryAttribute
).GetConstructor(