public static void Setup() { Xamarin.Forms.Mocks.MockForms.Init(); App = new TestApp(); }
public BaseTest() { App = TestHooks.App; }