1 type derived from AssemblyFixtureAttribute
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLogFixtureAttribute.cs (1)
6
public class AssemblyTestLogFixtureAttribute :
AssemblyFixtureAttribute
3 references to AssemblyFixtureAttribute
Microsoft.AspNetCore.InternalTesting (3)
xunit\AspNetTestAssemblyRunner.cs (3)
42
.GetCustomAttributes(typeof(
AssemblyFixtureAttribute
), false)
43
.Cast<
AssemblyFixtureAttribute
>()
47
foreach (
var
fixtureAttribute in fixturesAttributes)