mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
14 lines
215 B
C#
14 lines
215 B
C#
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||
|
|
|
||
|
|
namespace settingsUintTests
|
||
|
|
{
|
||
|
|
[TestClass]
|
||
|
|
public class UnitTest1
|
||
|
|
{
|
||
|
|
[TestMethod]
|
||
|
|
public void TestMethod1()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|