test
This commit is contained in:
parent
ee07affbbd
commit
6d21d7370c
5 changed files with 34 additions and 13 deletions
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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue