blob: 454743c1d9003b47531ef19b2e9fc6e886e0a90a [file] [log] [blame] [view]
A test helper that creates a mock space service which responds based on a
caller-provided function.
## Usage
### BUILD.gn
Nothing special, other than including this crate:
```
deps = [
"//src/sys/pkg/testing/mock-space:lib",
]
```
### In tests
See the tests in `src/lib.rs` for examples of using this crate in various scenarios,
including making verify calls succeed, fail, or act on external data.