Skip to main content

test

Function test 

Source
pub fn test<F, R>(seed: u64, f: F) -> R
where F: FnOnce(&mut LabRuntime) -> R,
Expand description

Convenience function for running a test with the lab runtime.