Files
isn/test/isn.tests/xunitTest1.cs
2022-04-11 19:57:30 +01:00

13 lines
146 B
C#

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