mirror of
https://github.com/jie65535/ChineseChess.git
synced 2024-07-27 18:55:00 +08:00
14 lines
209 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|