ChineseChess/ChineseChess.GUI.Tests.xUnit/Tests.cs
2021-05-30 22:57:53 +08:00

14 lines
209 B
C#

using Xunit;
namespace ChineseChess.GUI.Tests.XUnit
{
// TODO WTS: Add appropriate unit tests.
public class Tests
{
[Fact]
public void TestMethod1()
{
}
}
}