A .NET client library for interacting with mountebank (www.mbtest.org). This project aims to reduce the amount of mountebank knowledge required in order to create usable stubs.
The library is available for install as a NuGet package.
https://www.nuget.org/packages/MbDotNet
For usage examples, see the Usage Examples (v2) wiki page.
The following Mountebank functionality is not yet supported:
- HTTPS and SMTP imposters
- Stub behaviors
- All response types other than "is"
- The "exists", "or", "and", and "inject" predicates
Pull requests are always welcome.