File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed
UITests/UITests.Tests.Shared Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using Microsoft . Windows . Apps . Test . Foundation ;
6- using Microsoft . Windows . Apps . Test . Foundation . Controls ;
7- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
8- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
9- using System . Linq ;
10- using System . Threading . Tasks ;
5+ using System ;
116using System . Collections . Generic ;
127using System . Dynamic ;
13- using System ;
8+ using System . Linq ;
9+ using System . Threading . Tasks ;
10+
11+ using Microsoft . Windows . Apps . Test . Foundation ;
12+ using Microsoft . Windows . Apps . Test . Foundation . Controls ;
1413
1514#if USING_TAEF
1615using WEX . Logging . Interop ;
2019using Microsoft . VisualStudio . TestTools . UnitTesting ;
2120#endif
2221
22+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
23+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
24+
2325namespace UITests . Tests
2426{
25-
2627 [ TestClass ]
2728 public class GridSplitterTest : UITestBase
2829 {
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using Microsoft . Windows . Apps . Test . Foundation . Controls ;
6- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
7- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
86
97#if USING_TAEF
108using WEX . Logging . Interop ;
1412using Microsoft . VisualStudio . TestTools . UnitTesting ;
1513#endif
1614
15+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
16+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
17+
1718namespace UITests . Tests
1819{
19-
2020 [ TestClass ]
2121 public class RangeSelectorTest : UITestBase
2222 {
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5+ using Microsoft . Windows . Apps . Test . Automation ;
56using Microsoft . Windows . Apps . Test . Foundation ;
67using Microsoft . Windows . Apps . Test . Foundation . Controls ;
78using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
89using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
9- using Microsoft . Windows . Apps . Test . Automation ;
1010
1111#if USING_TAEF
1212using WEX . Logging . Interop ;
Original file line number Diff line number Diff line change 66using System . IO ;
77using System . Linq ;
88using System . Reflection ;
9- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
10- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
119using System . Threading . Tasks ;
1210
1311#if USING_TAEF
1816using Microsoft . VisualStudio . TestTools . UnitTesting ;
1917#endif
2018
19+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
20+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
21+
2122namespace UITests . Tests
2223{
2324 public abstract class UITestBase
You can’t perform that action at this time.
0 commit comments