macro_rules! command {
() => { ... };
($name:expr) => { ... };
}Expand description
Returns a new command-line command for executing tested application.
macro_rules! command {
() => { ... };
($name:expr) => { ... };
}Returns a new command-line command for executing tested application.