1 write to Skip
Microsoft.AspNetCore.InternalTesting.Tests (1)
ConditionalTheoryTest.cs (1)
138new Skippable() { Data = 2, Skip = "This row should be skipped." }
1 reference to Skip
Microsoft.AspNetCore.InternalTesting.Tests (1)
ConditionalTheoryTest.cs (1)
131Assert.Null(skippable.Skip);