pub struct TestCommandGenerator;
Expand description
Enhanced test command generator
Implementations§
Source§impl TestCommandGenerator
impl TestCommandGenerator
Sourcepub fn generate_commands(
_context: &ProjectContext,
test_context: Option<&TestContext>,
) -> RazResult<Vec<Command>>
pub fn generate_commands( _context: &ProjectContext, test_context: Option<&TestContext>, ) -> RazResult<Vec<Command>>
Generate enhanced test commands from test context
Auto Trait Implementations§
impl Freeze for TestCommandGenerator
impl RefUnwindSafe for TestCommandGenerator
impl Send for TestCommandGenerator
impl Sync for TestCommandGenerator
impl Unpin for TestCommandGenerator
impl UnwindSafe for TestCommandGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more