public void DrawGameFieldWithDifferentMatricesBySizeShouldThrowAnException() { CellImage[,] minefield = new CellImage[3, 3]; int[,] neighborMines = new int[5, 3]; mockedManager.DrawGameField(minefield, neighborMines); }