aspnetcore/template_feed/Microsoft.DotNet.Test.Proje.../content/MSTest-CSharp/UnitTest1.cs

14 lines
218 B
C#

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