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