コード例 #1
0
        public void TestCleanup()
        {
            if (!PlatformConfiguration.IsOsVersionGreaterThan(OSVersion.Redstone5))
            {
                // UIA in Xaml islands is only available in 19H1
                return;
            }

            TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.XamlIslandsTestApp);
        }
コード例 #2
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.AppThatUsesMUXIndirectly);
 }
コード例 #3
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.MUXExperimentalTestApp);
 }
コード例 #4
0
 public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.NugetPackageTestApp);
 }
コード例 #5
0
 public static void ClassCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(WinUICsUWPSampleApp);
 }
コード例 #6
0
 public static void AssemblyCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.NugetCX);
 }
コード例 #7
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.WPFXAMLIsland);
 }
コード例 #8
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.AppThatUsesMuxIndirectly);
 }
コード例 #9
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.Nuget);
 }
コード例 #10
0
 public static void AssemblyCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.NugetPackageTestAppCX);
 }
コード例 #11
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.MUXControlsTestAppWPFPackage);
 }
コード例 #12
0
 public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
     TestEnvironment.AssemblyCleanupWorker(TestType.Nuget);
 }
コード例 #13
0
 public static void AssemblyCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(UITestBase.WinUICsUWPSampleApp);
 }