Chess.Test.Domain.Pieces.Pawn.PawnTests.ImplicitOperatorPiece_GivenPieceColor_ShouldReturn C# (CSharp) Метод

ImplicitOperatorPiece_GivenPieceColor_ShouldReturn() приватный Метод

private ImplicitOperatorPiece_GivenPieceColor_ShouldReturn ( PieceColor pieceColor, char symbol ) : void
pieceColor PieceColor
symbol char
Результат void
        public override void ImplicitOperatorPiece_GivenPieceColor_ShouldReturn(PieceColor pieceColor, char symbol) => this.ImplicitOperatorPiece(CreatePawn("a2", pieceColor), symbol);