Searched refs:afterFile (Results 1 – 3 of 3) sorted by relevance
46 final File afterFile = new File(ourTestDir, "test.probe"); in testMoveAway() local52 assertEquals(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid); in testMoveAway()65 final File afterFile = new File(otherTestDir, "test.probe"); in testMoveBack() local74 assertNotEqual(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid); in testMoveBack()
346 final File afterFile = new File(after, "test.probe"); in testMovePackageSpecificPaths() local348 assertNotEqual(Os.getuid(), Os.stat(afterFile.getAbsolutePath()).st_uid); in testMovePackageSpecificPaths()
488 File afterFile = null; in assertScreenshotsAreEqual() local491 afterFile = dumpBitmap(after, testName + "-after.png"); in assertScreenshotsAreEqual()495 fail("Screenshots do not match (check " + beforeFile + " and " + afterFile + ")"); in assertScreenshotsAreEqual()