3 references to GetConditionalTheoryAttribute
Microsoft.DotNet.XUnitV3Extensions.Tests (3)
ConditionalAttributeTests.cs (3)
79
Assert.Null(
GetConditionalTheoryAttribute
(nameof(ConditionalTheoryTrue)).Skip);
80
Assert.Equal("Condition(s) not met: \"AlwaysFalse\"",
GetConditionalTheoryAttribute
(nameof(ConditionalTheoryFalse)).Skip);
86
Assert.NotNull(
GetConditionalTheoryAttribute
(nameof(ConditionalTheoryTrue)));