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