overrideEngine function
Makes engine the client this isolate uses. For rig's own tests and for
module tests.
Implementation
void overrideEngine(DockerEngine engine) {
_pending = Future.value(engine);
}
Makes engine the client this isolate uses. For rig's own tests and for
module tests.
void overrideEngine(DockerEngine engine) {
_pending = Future.value(engine);
}