We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8416df commit d5c8265Copy full SHA for d5c8265
README.md
@@ -291,8 +291,8 @@ For Xamarin.Android you should add the following code:
291
...
292
var app = new App();
293
var mainPage = app.MainPage as MainPage;
294
- mainPage.AddExpectedException(typeof(Java.Net.SocketException));
295
- mainPage.AddExpectedException(typeof(Java.Net.SocketTimeoutException));
+ mainPage.Socket.AddExpectedException(typeof(Java.Net.SocketException));
+ mainPage.Socket.AddExpectedException(typeof(Java.Net.SocketTimeoutException));
296
LoadApplication(app);
297
}
298
0 commit comments