Skip to main content

assert_sometimes

Macro assert_sometimes 

Source
macro_rules! assert_sometimes {
    ($condition:expr, $message:expr) => { ... };
}
Expand description

Assert a condition that should sometimes be true, tracking stats and triggering exploration.

Does not panic. On first success, triggers a fork to explore alternate timelines.