添加项目文件。
This commit is contained in:
16
test/Hua.Dotnet.Code.Test/UnitTest1.cs
Normal file
16
test/Hua.Dotnet.Code.Test/UnitTest1.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace Hua.Dotnet.Code.Test
|
||||
{
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user