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

15 lines
166 B
C#

using System;
using Xunit;
namespace Company.TestProject1
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}