pub fn inject(
    sess: &Session,
    resolver: &mut dyn ResolverExpand,
    krate: &mut Crate
)
Expand description

Traverse the crate, collecting all the test functions, eliding any existing main functions, and synthesizing a main test harness