Searched refs:dateTest (Results 1 – 1 of 1) sorted by relevance
184 DateTest dateTest = tests[index]; in testAll() local185 long startMillis = dateTest.date1.toMillis(false /* use isDst */); in testAll()186 long endMillis = dateTest.date2.toMillis(false /* use isDst */); in testAll()187 int flags = dateTest.flags; in testAll()189 if (!dateTest.expectedOutput.equals(output)) { in testAll()191 + " expected: " + dateTest.expectedOutput in testAll()194 assertEquals(dateTest.expectedOutput, output); in testAll()