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