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 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 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-
125using Microsoft . Toolkit . Uwp . UI . Controls ;
136using Microsoft . VisualStudio . TestTools . UnitTesting ;
147using Microsoft . VisualStudio . TestTools . UnitTesting . AppContainer ;
@@ -41,6 +34,5 @@ public void VerifyUIAName()
4134 gauge . Unit = "KM/H" ;
4235 Assert . IsTrue ( gaugePeer . GetName ( ) . Contains ( gauge . Unit ) , "The UIA name should report the unit of the RadialGauge." ) ;
4336 }
44-
4537 }
4638}
You can’t perform that action at this time.
0 commit comments