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