Searched refs:JAVA_FILE_NOT_FOUND_MSG (Results 1 – 3 of 3) sorted by relevance
34 private static final String JAVA_FILE_NOT_FOUND_MSG = field in DataIsolationTestSdkApiImpl120 } else if (!exceptionMsg.contains(JAVA_FILE_NOT_FOUND_MSG) in verifyDirectoryAccess()
58 private static final String JAVA_FILE_NOT_FOUND_MSG = field in SdkSandboxDataIsolationTestApp142 assertThat(exception.getMessage()).doesNotContain(JAVA_FILE_NOT_FOUND_MSG); in assertFileAccessIsDenied()
66 private static final String JAVA_FILE_NOT_FOUND_MSG = field in SdkSandboxStorageTestApp174 assertThat(exception.getMessage()).doesNotContain(JAVA_FILE_NOT_FOUND_MSG); in assertDirIsNotAccessible()