LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
620 stars 70 forks source link

Implement `Future` for `MockServer` #23

Closed pwoolcoc closed 3 years ago

pwoolcoc commented 3 years ago

This allows the server to be awaited on, resolving when all the registered mocks are verified.