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