ChessDotNet.Variants.Tests.RacingKingsChessGameTests.TestStartPosition C# (CSharp) Method

TestStartPosition() private method

private TestStartPosition ( ) : void
return void
        public static void TestStartPosition()
        {
            RacingKingsChessGame game = new RacingKingsChessGame();
            Assert.AreEqual("8/8/8/8/8/8/krbnNBRK/qrbnNBRQ w - - 0 1", game.GetFen());
        }