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

            TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.XamlIslandsTestApp);
        }
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.AppThatUsesMUXIndirectly);
 }
Esempio n. 3
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.MUXExperimentalTestApp);
 }
 public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.NugetPackageTestApp);
 }
Esempio n. 5
0
 public static void ClassCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(WinUICsUWPSampleApp);
 }
 public static void AssemblyCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.NugetCX);
 }
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.WPFXAMLIsland);
 }
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.AppThatUsesMuxIndirectly);
 }
Esempio n. 9
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestType.Nuget);
 }
Esempio n. 10
0
 public static void AssemblyCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.NugetPackageTestAppCX);
 }
Esempio n. 11
0
 public void TestCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.MUXControlsTestAppWPFPackage);
 }
Esempio n. 12
0
 public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
     TestEnvironment.AssemblyCleanupWorker(TestType.Nuget);
 }
Esempio n. 13
0
 public static void AssemblyCleanup()
 {
     TestEnvironment.AssemblyCleanupWorker(UITestBase.WinUICsUWPSampleApp);
 }