Macro fungus::assert_no_file[][src]

macro_rules! assert_no_file {
    ($path:expr) => { ... };
}

Assert that a file doesn't exists

Examples

use fungus::assert::*;

assert_no_file!("tests/temp/assert_no_file/file");