示例#1
0
 public void HandleArrayTypeIdentifier(string input, string expected)
 {
     Assert.AreEqual(expected, CsNameFixer.HandleOldTypeNames(input));
 }
示例#2
0
 public void HandleNotNamedDelegates(string input, string expected)
 {
     Assert.AreEqual(expected, CsNameFixer.HandleOldTypeNames(input));
 }
示例#3
0
 public void HandleOldNamesSimpleNested(string input, string expected)
 {
     Assert.AreEqual(expected, CsNameFixer.HandleOldTypeNames(input));
 }