(&self)
| 175 | } |
| 176 | |
| 177 | fn build_docker_switches(&self) -> &Vec<OsString> { |
| 178 | &self.switches |
| 179 | } |
| 180 | |
| 181 | fn base_args(&self) -> Vec<&OsStr> { |
| 182 | let mut base_args: Vec<&OsStr> = vec!["run".as_ref(), "--rm".as_ref(), "-t".as_ref()]; |
no outgoing calls
no test coverage detected