garbage day
This commit is contained in:
27
src/tests/UnitTest1.cs
Normal file
27
src/tests/UnitTest1.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using netit;
|
||||
|
||||
namespace tests;
|
||||
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
try
|
||||
{
|
||||
//NetIt.test();
|
||||
}
|
||||
catch
|
||||
{
|
||||
Assert.Fail();
|
||||
}
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user