(Piece piece, Cell cell)
| 60 | } |
| 61 | |
| 62 | private String printMove(Piece piece, Cell cell) { |
| 63 | return piece.getShortForm() + "," + piece.position.notation() + cell.notation(); |
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public boolean equals(Object o) { |
no test coverage detected