예제 #1
0
        public void Test()
        {
            int choice = ChessAPI.Choose(6);

            Assert.IsTrue(0 <= choice && choice <= 5);
        }