8 references to TestIncludeType
System.Private.Windows.Core.TestUtilities (8)
CommonTestHelper.cs (8)
74
public static TheoryData<Point> GetPointTheoryData() => GetPointTheoryData(
TestIncludeType
.All);
76
public static TheoryData<Point> GetPointTheoryData(
TestIncludeType
includeType)
79
if (!includeType.HasFlag(
TestIncludeType
.NoPositives))
86
if (!includeType.HasFlag(
TestIncludeType
.NoNegatives))
95
public static TheoryData<Size> GetSizeTheoryData() => GetSizeTheoryData(
TestIncludeType
.All);
97
public static TheoryData<Size> GetSizeTheoryData(
TestIncludeType
includeType)
100
if (!includeType.HasFlag(
TestIncludeType
.NoPositives))
107
if (!includeType.HasFlag(
TestIncludeType
.NoNegatives))