Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created January 10, 2017 14:55
Show Gist options
  • Save jonathanpeppers/7375880cf2980a1c28720d2f5dc66164 to your computer and use it in GitHub Desktop.
Save jonathanpeppers/7375880cf2980a1c28720d2f5dc66164 to your computer and use it in GitHub Desktop.
MockForms.Init() example for NUnit
[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