1 write to _url
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxWebBrowserTests.cs (1)
81
_control.Invoking(c => c.Navigate2(ref
_url
)).Should().NotThrow();
3 references to _url
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxWebBrowserTests.cs (3)
72
_control.Invoking(c => c.Navigate(
_url
.ToString())).Should().NotThrow();
104
_control.Invoking(c => c.PutProperty("url",
_url
)).Should().NotThrow();
108
prop.Should().Be(
_url
.ToString());