Lines Matching refs:expected
149 Boolean[][] expected = { in testCreateXYGrid() local
180 expected[0][0] = majorGrids[0]; in testCreateXYGrid()
181 expected[0][1] = majorGrids[1]; in testCreateXYGrid()
186 expected[1][0] = minorGrids[0]; in testCreateXYGrid()
187 expected[1][1] = minorGrids[1]; in testCreateXYGrid()
203 assertArrayEquals("Incorrect chart grids got in ." + fileType + " file.", expected, results); in testCreateXYGrid()
221 Boolean[][] expected = { in testCreateXYZGrid() local
254 expected[0][0] = majorGrids[0]; in testCreateXYZGrid()
255 expected[0][1] = majorGrids[1]; in testCreateXYZGrid()
256 expected[0][2] = majorGrids[2]; in testCreateXYZGrid()
262 expected[1][0] = minorGrids[0]; in testCreateXYZGrid()
263 expected[1][1] = minorGrids[1]; in testCreateXYZGrid()
264 expected[1][2] = minorGrids[2]; in testCreateXYZGrid()
282 assertArrayEquals("Incorrect chart grids got in ." + fileType + " file.", expected, results); in testCreateXYZGrid()