/// <summary> /// Initialize the test harness. /// </summary> static App() { Harness = new TestHarness(); Harness.Platform = string.Format("Net 45|sdk v{0}|", TestPlatform.GetMobileServicesSdkVersion(typeof(App).GetTypeInfo().Assembly)); Harness.LoadTestAssembly(typeof(FunctionalTestBase).GetTypeInfo().Assembly); }