3 references to AssertEqualLink
System.Windows.Forms.Tests (3)
System\Windows\Forms\LinkConverterTests.cs (3)
36AssertEqualLink(expected, converter.ConvertFrom(value)); 37AssertEqualLink(expected, converter.ConvertFrom(null, null, value)); 38AssertEqualLink(expected, converter.ConvertFrom(null, CultureInfo.InvariantCulture, value));