ChessDotNet.Variants.Tests.RacingKingsChessGameTests.TestGetValidMoves C# (CSharp) Méthode

TestGetValidMoves() private méthode

private TestGetValidMoves ( ) : void
Résultat void
        public static void TestGetValidMoves()
        {
            RacingKingsChessGame game = new RacingKingsChessGame();
            Assert.AreEqual(21, game.GetValidMoves(Player.White).Count);
        }