File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
UITests/UITests.Tests.Shared Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ public static void ClassInitialize(TestContext testContext)
2929 TestEnvironment . Initialize ( testContext , WinUICsUWPSampleApp ) ;
3030 }
3131
32- [ ClassCleanup ]
33- public static void ClassCleanup ( )
34- {
35- TestEnvironment . AssemblyCleanupWorker ( WinUICsUWPSampleApp ) ;
36- }
37-
3832 [ TestMethod ]
3933 [ TestPage ( "RangeSelectorTestPage" ) ]
4034 public void SimpleTestMethod2 ( )
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ public static void ClassInitialize(TestContext testContext)
2828 TestEnvironment . Initialize ( testContext , WinUICsUWPSampleApp ) ;
2929 }
3030
31- [ ClassCleanup ]
32- public static void ClassCleanup ( )
33- {
34- TestEnvironment . AssemblyCleanupWorker ( WinUICsUWPSampleApp ) ;
35- }
36-
3731 [ TestMethod ]
3832 [ TestPage ( "TextBoxMaskTestPage" ) ]
3933 public void TestTextBoxMaskBinding_Property ( )
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ public static void ClassInitialize(TestContext testContext)
2828 TestEnvironment . Initialize ( testContext , WinUICsUWPSampleApp ) ;
2929 }
3030
31- [ ClassCleanup ]
32- public static void ClassCleanup ( )
33- {
34- TestEnvironment . AssemblyCleanupWorker ( WinUICsUWPSampleApp ) ;
35- }
36-
3731 [ TestMethod ]
3832 [ TestPage ( "SimpleTestPage" ) ]
3933 public void SimpleTestMethod ( )
You can’t perform that action at this time.
0 commit comments