dotnet-installer/src/dotnet/commands/dotnet-new/CSharp_Mstest/UnitTest1.cs

14 lines
203 B
C#
Raw Normal View History

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}