/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/MeasureTool/Tests/ScreenRuler.UITests/TestSpacing.cs
27 строк
845 B
Gleb Khmyznikov
[UITests] Screen Ruler (#40999)
08 сен 2025, 15:04
Не верифицирован
08 сен 2025, 15:04
f498464
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.PowerToys.UITest; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ScreenRuler.UITests { [TestClass] public class TestSpacing : UITestBase { public TestSpacing() : base(PowerToysModule.PowerToysSettings, WindowSize.Large) { } [TestMethod("ScreenRuler.SpacingTool")] [TestCategory("Spacing")] public void TestScreenRulerSpacingTool() { TestHelper.InitializeTest(this, "spacing test"); TestHelper.PerformSpacingToolTest(this, TestHelper.SpacingButtonName, "Spacing"); TestHelper.CleanupTest(this); } } }