Home
last modified time | relevance | path

Searched refs:badDirFile (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DFileReadSandboxTest.kt42 val badDirFile = File(badDir, "file").apply { createNewFile() } in Test sandbox() constant
115 assertViolationNotReported(badFile, badDir, badDirFile, subSubDirBadFile) in Test sandbox()
119 badDirFile.readBytes() in Test sandbox()
122 assertViolationReported(badFile, badDirFile) in Test sandbox()
132 assertViolationNotReported(badFile, badDirFile, subSubDirBadFile) in Test sandbox()