isn/test/isn.tests/xunitTest1.cs

13 lines
146 B
C#

using Xunit;
namespace isn.tests
{
public class xunitTest1
{
[Fact]
void Test1()
{
}
}
}