2 instantiations of Skippable
Microsoft.AspNetCore.InternalTesting.Tests (2)
ConditionalTheoryTest.cs (2)
137new Skippable() { Data = 1 }, 138new Skippable() { Data = 2, Skip = "This row should be skipped." }
3 references to Skippable
Microsoft.AspNetCore.InternalTesting.Tests (3)
ConditionalTheoryTest.cs (3)
129public void WithSkipableData(Skippable skippable) 135public static TheoryData<Skippable> SkippableData => new TheoryData<Skippable>