17 references to GetMatchingPairs
Microsoft.CodeAnalysis.Workspaces.UnitTests (17)
Differencing\LongestCommonSubsequenceTests.cs (17)
86VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), ""); 99VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), ""); 112VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,5][1,4][0,3]"); 125VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,2][1,1][0,0]"); 138VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,4][1,1][0,0]"); 151VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), ""); 164VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,0]"); 177VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[1,1][0,0]"); 190VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[4,2][3,1][0,0]"); 203VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), ""); 216VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[3,2]"); 229VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[1,1][0,0]"); 242VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[4,3][3,2][0,0]"); 255VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[5,4][4,3][1,2][0,0]"); 268VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[7,4][5,3][3,1][0,0]"); 284VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[6,4][4,3][3,2][1,1]"); 300VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[0,1]");