pub fn run_test<T, F>(f: F) -> Result<()>where T: Environment, F: FnOnce(DefaultAccounts) -> Result<()>,
Runs the given closure test function with the default configuration for the off-chain environment.