pub async fn assert_file_not_found(dir: &DirectoryProxy, path: &str)
Expand description
Attempts to open the given file, and checks the status is NOT_FOUND
.
pub async fn assert_file_not_found(dir: &DirectoryProxy, path: &str)
Attempts to open the given file, and checks the status is NOT_FOUND
.