File tree Expand file tree Collapse file tree 3 files changed +4
-37
lines changed
labs/SizerBase/tests/SizerBase.Tests Expand file tree Collapse file tree 3 files changed +4
-37
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 System ;
6
- using System . Collections . Generic ;
7
- using System . Text ;
8
- using Microsoft . VisualStudio . TestTools . UnitTesting ;
9
5
using Windows . UI . Input . Preview . Injection ;
10
- using Windows . Foundation ;
11
-
12
- #if ! WINAPPSDK
13
- using Windows . UI . Input ;
14
- using Windows . UI . Xaml ;
15
- using Windows . UI . Xaml . Media ;
16
- #else
17
- using Microsoft . UI . Input ;
18
- using Microsoft . UI . Xaml ;
19
- using Microsoft . UI . Xaml . Media ;
20
- #endif
21
-
22
- namespace CommunityToolkit . Labs . UnitTests ;
6
+
7
+ namespace CommunityToolkit . Labs . Tests ;
23
8
24
9
public static class SimulateInput
25
10
{
Original file line number Diff line number Diff line change 1
- <Page x : Class =" SizerBase .Tests.TouchInjectionTest"
1
+ <Page x : Class =" SizerBaseExperiment .Tests.TouchInjectionTest"
2
2
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
4
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
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
- #if ! WINAPPSDK
6
- using Windows . UI . Xaml ;
7
- using Windows . UI . Xaml . Controls ;
8
- using Windows . UI . Xaml . Controls . Primitives ;
9
- using Windows . UI . Xaml . Data ;
10
- using Windows . UI . Xaml . Input ;
11
- using Windows . UI . Xaml . Media ;
12
- using Windows . UI . Xaml . Navigation ;
13
- #else
14
- using Microsoft . UI . Xaml ;
15
- using Microsoft . UI . Xaml . Controls ;
16
- using Microsoft . UI . Xaml . Controls . Primitives ;
17
- using Microsoft . UI . Xaml . Data ;
18
- using Microsoft . UI . Xaml . Input ;
19
- using Microsoft . UI . Xaml . Media ;
20
- using Microsoft . UI . Xaml . Navigation ;
21
- #endif
22
-
23
- namespace SizerBase . Tests ;
5
+ namespace SizerBaseExperiment . Tests ;
24
6
25
7
/// <summary>
26
8
/// An empty page that can be used on its own or navigated to within a Frame.
You can’t perform that action at this time.
0 commit comments