Lines Matching refs:expected

63     String expected = "";  field in _XCellRangesQuery
132 expected = mExpectedResults[QUERYCOLUMNDIFFERENCES]; in _queryColumnDifferences()
134 if (!getting.startsWith(expected)) { in _queryColumnDifferences()
136 log.println("Should have started with: " + expected); in _queryColumnDifferences()
153 expected = mExpectedResults[QUERYCONTENTCELLS]; in _queryContentCells()
155 if (!getting.startsWith(expected)) { in _queryContentCells()
157 log.println("Should have started with: " + expected); in _queryContentCells()
171 expected = mExpectedResults[QUERYEMPTYCELLS]; in _queryEmptyCells()
179 endIndex = expected.indexOf(" ... ", startIndex); in _queryEmptyCells()
181 checkString = expected.substring(startIndex); in _queryEmptyCells()
184 checkString = expected.substring(startIndex, endIndex); in _queryEmptyCells()
191 log.println("Should have contained: " + expected); in _queryEmptyCells()
207 expected = mExpectedResults[QUERYFORMULACELLS]; in _queryFormulaCells()
209 if (!getting.equals(expected)) { in _queryFormulaCells()
211 log.println("Expected: " + expected); in _queryFormulaCells()
223 expected = mExpectedResults[QUERYINTERSECTION]; in _queryIntersection()
225 if (!getting.startsWith(expected)) { in _queryIntersection()
227 log.println("Should have started with: " + expected); in _queryIntersection()
243 expected = mExpectedResults[QUERYROWDIFFERENCES]; in _queryRowDifferences()
245 if (!getting.startsWith(expected)) { in _queryRowDifferences()
247 log.println("Should have started with: " + expected); in _queryRowDifferences()
260 expected = mExpectedResults[QUERYVISIBLECELLS]; in _queryVisibleCells()
262 if (!getting.startsWith(expected)) { in _queryVisibleCells()
264 log.println("Should have started with: " + expected); in _queryVisibleCells()