Macro datatest::harness

source ·
macro_rules! harness {
    () => { ... };
}
Expand description

datatest test harness entry point. Should be declared in the test module, like in the following snippet:

datatest::harness!();

Also, harness should be set to false for that test module in Cargo.toml (see Configuring a target).