Struct BuildStepFactory
crate_compile_test::steps::build
pub struct BuildStepFactory;
impl BuildStepFactory
pub fn new() -> Self
impl TestStepFactory for BuildStepFactory
fn initialize( &self, _config: &Config, crate_path: &Path) -> Result<Box<TestStep>>
impl Send for BuildStepFactory
impl Sync for BuildStepFactory