Differencing\MatchTests.cs (5)
26var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,
31Assert.Throws<ArgumentException>(() => TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, [KeyValuePairUtil.Create(x1, x1)]));
33Assert.Throws<ArgumentException>(() => TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, [KeyValuePairUtil.Create(x1, x2), KeyValuePairUtil.Create(x1, new TestNode(0, 0))]));
49var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,
75var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,