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