public void can_get_piece_for_type(Player pl, PieceType t, Piece p) { Assert.Equal(p, t.GetPiece(pl)); }