pub fn run_with_ledger(
config: &Config,
cases: &[Case],
handler: &Handler,
buf: &BufferEmitter,
) -> Result<Vec<CaseOutcome>>
Expand description
Run the functions indicated by cases
from the programs in config
.
pub fn run_with_ledger(
config: &Config,
cases: &[Case],
handler: &Handler,
buf: &BufferEmitter,
) -> Result<Vec<CaseOutcome>>
Run the functions indicated by cases
from the programs in config
.