基本修改完毕开始进行单元测试
This commit is contained in:
18
DMS.Infrastructure.UnitTests/ExampleTest.cs
Normal file
18
DMS.Infrastructure.UnitTests/ExampleTest.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Xunit;
|
||||
|
||||
namespace DMS.Infrastructure.UnitTests
|
||||
{
|
||||
public class VariableTableRepositoryTests
|
||||
{
|
||||
public VariableTableRepositoryTests()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void AddAsync()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user