Chess.Test.Domain.Pieces.Pawn.PawnTests.ImplicitOperatorPiece_GivenPieceColor_ShouldReturn C# (CSharp) Method

ImplicitOperatorPiece_GivenPieceColor_ShouldReturn() private method

private ImplicitOperatorPiece_GivenPieceColor_ShouldReturn ( PieceColor pieceColor, char symbol ) : void
pieceColor PieceColor
symbol char
return void
        public override void ImplicitOperatorPiece_GivenPieceColor_ShouldReturn(PieceColor pieceColor, char symbol) => this.ImplicitOperatorPiece(CreatePawn("a2", pieceColor), symbol);