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)
29
29
TestEnvironment . Initialize ( testContext , WinUICsUWPSampleApp ) ;
30
30
}
31
31
32
- [ ClassCleanup ]
33
- public static void ClassCleanup ( )
34
- {
35
- TestEnvironment . AssemblyCleanupWorker ( WinUICsUWPSampleApp ) ;
36
- }
37
-
38
32
[ TestMethod ]
39
33
[ TestPage ( "RangeSelectorTestPage" ) ]
40
34
public void SimpleTestMethod2 ( )
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ public static void ClassInitialize(TestContext testContext)
28
28
TestEnvironment . Initialize ( testContext , WinUICsUWPSampleApp ) ;
29
29
}
30
30
31
- [ ClassCleanup ]
32
- public static void ClassCleanup ( )
33
- {
34
- TestEnvironment . AssemblyCleanupWorker ( WinUICsUWPSampleApp ) ;
35
- }
36
-
37
31
[ TestMethod ]
38
32
[ TestPage ( "TextBoxMaskTestPage" ) ]
39
33
public void TestTextBoxMaskBinding_Property ( )
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ public static void ClassInitialize(TestContext testContext)
28
28
TestEnvironment . Initialize ( testContext , WinUICsUWPSampleApp ) ;
29
29
}
30
30
31
- [ ClassCleanup ]
32
- public static void ClassCleanup ( )
33
- {
34
- TestEnvironment . AssemblyCleanupWorker ( WinUICsUWPSampleApp ) ;
35
- }
36
-
37
31
[ TestMethod ]
38
32
[ TestPage ( "SimpleTestPage" ) ]
39
33
public void SimpleTestMethod ( )
You can’t perform that action at this time.
0 commit comments