2 instantiations of ConditionalFact
Microsoft.DotNet.XUnitV3Extensions.Tests (2)
ConditionalAttributeTests.cs (2)
17
[
ConditionalFact
(typeof(ConditionalAttributeTests), nameof(AlwaysTrue))]
23
[
ConditionalFact
(typeof(ConditionalAttributeTests), nameof(AlwaysFalse))]
3 references to ConditionalFact
Microsoft.DotNet.XUnitV3Extensions.Tests (3)
ConditionalAttributeTests.cs (3)
89
private static
ConditionalFactAttribute
GetConditionalFactAttribute(string methodName)
91
return (
ConditionalFactAttribute
)typeof(ConditionalAttributeTests)
93
.GetCustomAttribute(typeof(
ConditionalFactAttribute
), inherit: false)!;