Trait TestStep

Source
pub trait TestStep {
    // Required method
    fn execute(&self, config: &Config, build_path: &Path) -> Result<()>;
}

Required Methods§

Source

fn execute(&self, config: &Config, build_path: &Path) -> Result<()>

Implementors§