20 references to TestDatum
Microsoft.NET.StringTools.UnitTests (20)
InterningTestData.cs (20)
58
yield return new object[] { new
TestDatum
((string)null) };
59
yield return new object[] { new
TestDatum
("") };
60
yield return new object[] { new
TestDatum
("Test") };
61
yield return new object[] { new
TestDatum
(null, "All") };
62
yield return new object[] { new
TestDatum
("", "All") };
63
yield return new object[] { new
TestDatum
("", "All", "") };
64
yield return new object[] { new
TestDatum
("Test", "All", "The", "Things") };
72
yield return new object[] { new
TestDatum
((string)null) };
73
yield return new object[] { new
TestDatum
("") };
74
yield return new object[] { new
TestDatum
(" ") };
75
yield return new object[] { new
TestDatum
(" ") };
76
yield return new object[] { new
TestDatum
(null, "") };
77
yield return new object[] { new
TestDatum
(null, " ") };
78
yield return new object[] { new
TestDatum
(" T ") };
79
yield return new object[] { new
TestDatum
(" Test ") };
80
yield return new object[] { new
TestDatum
(null, " Test ") };
81
yield return new object[] { new
TestDatum
(null, " Test All ") };
82
yield return new object[] { new
TestDatum
(" ", " Test", "", "All ", " ") };
83
yield return new object[] { new
TestDatum
("Test", " ", "", " ", " ") };
84
yield return new object[] { new
TestDatum
("Test", " All ", " The ", "Things") };