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