Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Master branch Commit: 1dc43f79284e3f9a92cafc805287b9b4a30289b1
public void TestUrls()
{ _listener = CreateListener(false); _listener.Urls.Count.Should().NotBe(0); //case failed. android urls count is 0 _listener.Stop(); _listener.Urls.Count.Should().Be(0); }