6 references to TestCases
Microsoft.CodeAnalysis.UnitTests (6)
Collections\IdentifierCollectionTests.cs (6)
22TestCases(new string[] { }); 23TestCases("a"); 24TestCases("a", "b", "c"); 25TestCases("c", "b", "a"); 26TestCases("alpha", "Alpha", "alphA", "AlphA"); 27TestCases("alpha", "beta", "gamma", "Alpha", "betA", "gaMMa");