test
This commit is contained in:
13
test/isn.tests/xunitTest1.cs
Normal file
13
test/isn.tests/xunitTest1.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Xunit;
|
||||
|
||||
namespace isn.tests
|
||||
{
|
||||
public class xunitTest1
|
||||
{
|
||||
[Fact]
|
||||
void Test1()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user