Created
January 10, 2017 14:55
-
-
Save jonathanpeppers/7375880cf2980a1c28720d2f5dc66164 to your computer and use it in GitHub Desktop.
MockForms.Init() example for NUnit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SetUp] | |
public void SetUp() | |
{ | |
Xamarin.Forms.Mocks.MockForms.Init(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment