File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
UnitTests/UnitTests.UWP/UI/Controls Expand file tree Collapse file tree 1 file changed +0
-8
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 . Linq ;
8
- // Licensed to the .NET Foundation under one or more agreements.
9
- // The .NET Foundation licenses this file to you under the MIT license.
10
- // See the LICENSE file in the project root for more information.
11
-
12
5
using Microsoft . Toolkit . Uwp . UI . Controls ;
13
6
using Microsoft . VisualStudio . TestTools . UnitTesting ;
14
7
using Microsoft . VisualStudio . TestTools . UnitTesting . AppContainer ;
@@ -41,6 +34,5 @@ public void VerifyUIAName()
41
34
gauge . Unit = "KM/H" ;
42
35
Assert . IsTrue ( gaugePeer . GetName ( ) . Contains ( gauge . Unit ) , "The UIA name should report the unit of the RadialGauge." ) ;
43
36
}
44
-
45
37
}
46
38
}
You can’t perform that action at this time.
0 commit comments