17 references to GetMatchingPairs
Microsoft.CodeAnalysis.Workspaces.UnitTests (17)
Differencing\LongestCommonSubsequenceTests.cs (17)
84VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "");
97VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "");
110VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,5][1,4][0,3]");
123VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,2][1,1][0,0]");
136VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,4][1,1][0,0]");
149VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "");
162VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[2,0]");
175VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[1,1][0,0]");
188VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[4,2][3,1][0,0]");
201VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "");
214VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[3,2]");
227VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[1,1][0,0]");
240VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[4,3][3,2][0,0]");
253VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[5,4][4,3][1,2][0,0]");
266VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[7,4][5,3][3,1][0,0]");
282VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[6,4][4,3][3,2][1,1]");
298VerifyMatchingPairs(lcs.GetMatchingPairs(str1, str2), "[0,1]");