C# Class ChessDotNet.Variants.Tests.AntichessGameTests

Show file Open project: ProgramFOX/Chess.NET

Private Methods

Method Description
TestEnPassant ( ) : void
TestFenGeneration ( ) : void
TestGetValidMovesBlackNoForcedCaptures ( ) : void
TestGetValidMovesWhiteWithForcedCaptures ( ) : void
TestIsInvalidMove_ForcedCaptureExists ( ) : void
TestIsInvalidMove_IllegalMove ( ) : void
TestIsInvalidMove_WrongTurnColor ( ) : void
TestIsValidMoveForcedCapture ( ) : void
TestIsValidMoveNoForcedCapture ( ) : void
TestIsWinnerWithAPieceLeft ( ) : void
TestIsWinnerWithNoPiecesLeft ( ) : void
TestNoCastling ( ) : void
TestNotStalemated ( ) : void
TestPromotion ( ) : void