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 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
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 ;
11
6
using System . Collections . Generic ;
12
7
using 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 ;
14
13
15
14
#if USING_TAEF
16
15
using WEX . Logging . Interop ;
20
19
using Microsoft . VisualStudio . TestTools . UnitTesting ;
21
20
#endif
22
21
22
+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
23
+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
24
+
23
25
namespace UITests . Tests
24
26
{
25
-
26
27
[ TestClass ]
27
28
public class GridSplitterTest : UITestBase
28
29
{
Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using Microsoft . Windows . Apps . Test . Foundation . Controls ;
6
- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
7
- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
8
6
9
7
#if USING_TAEF
10
8
using WEX . Logging . Interop ;
14
12
using Microsoft . VisualStudio . TestTools . UnitTesting ;
15
13
#endif
16
14
15
+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
16
+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
17
+
17
18
namespace UITests . Tests
18
19
{
19
-
20
20
[ TestClass ]
21
21
public class RangeSelectorTest : UITestBase
22
22
{
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
+ using Microsoft . Windows . Apps . Test . Automation ;
5
6
using Microsoft . Windows . Apps . Test . Foundation ;
6
7
using Microsoft . Windows . Apps . Test . Foundation . Controls ;
7
8
using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
8
9
using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
9
- using Microsoft . Windows . Apps . Test . Automation ;
10
10
11
11
#if USING_TAEF
12
12
using WEX . Logging . Interop ;
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using System . Linq ;
8
8
using System . Reflection ;
9
- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
10
- using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
11
9
using System . Threading . Tasks ;
12
10
13
11
#if USING_TAEF
18
16
using Microsoft . VisualStudio . TestTools . UnitTesting ;
19
17
#endif
20
18
19
+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Common ;
20
+ using Windows . UI . Xaml . Tests . MUXControls . InteractionTests . Infra ;
21
+
21
22
namespace UITests . Tests
22
23
{
23
24
public abstract class UITestBase
You can’t perform that action at this time.
0 commit comments