Provides access to platform-specific framework API's.
Пример #1
0
 /// <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);
 }