mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 05:48:16 +08:00
<chore> + 增加测试项目
This commit is contained in:
13
tests/TestGet.cs
Normal file
13
tests/TestGet.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace Dot.Tests;
|
||||
|
||||
public class TestGet
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup() { }
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user