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