20 references to TestDatum
Microsoft.NET.StringTools.net35.UnitTests (20)
InterningTestData.cs (20)
40
yield return new object[] { new
TestDatum
((string)null) };
41
yield return new object[] { new
TestDatum
("") };
42
yield return new object[] { new
TestDatum
("Test") };
43
yield return new object[] { new
TestDatum
(null, "All") };
44
yield return new object[] { new
TestDatum
("", "All") };
45
yield return new object[] { new
TestDatum
("", "All", "") };
46
yield return new object[] { new
TestDatum
("Test", "All", "The", "Things") };
54
yield return new object[] { new
TestDatum
((string)null) };
55
yield return new object[] { new
TestDatum
("") };
56
yield return new object[] { new
TestDatum
(" ") };
57
yield return new object[] { new
TestDatum
(" ") };
58
yield return new object[] { new
TestDatum
(null, "") };
59
yield return new object[] { new
TestDatum
(null, " ") };
60
yield return new object[] { new
TestDatum
(" T ") };
61
yield return new object[] { new
TestDatum
(" Test ") };
62
yield return new object[] { new
TestDatum
(null, " Test ") };
63
yield return new object[] { new
TestDatum
(null, " Test All ") };
64
yield return new object[] { new
TestDatum
(" ", " Test", "", "All ", " ") };
65
yield return new object[] { new
TestDatum
("Test", " ", "", " ", " ") };
66
yield return new object[] { new
TestDatum
("Test", " All ", " The ", "Things") };