MbDotNet
MbDotNet copied to clipboard
A .NET client library for interacting with mountebank (www.mbtest.org).
Related to #67 Added a method to client that allows for mountebank configuration and process information to be gotten via a config object.
Added a method to get the list of all imposters
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I am really enjoying using MbDotNet but as I get into more difficult cases I am having trouble with working out what to use in those cases. In particular I...
There have been a few new API methods added to mountebank since this library was created. An issue has already been created for adding the ability to update imposters (#29)...
There have been other breaking changes (such as removal of non-async client methods) that will require pushing a v5 of the library. Due to this, I am looking at other...
The test project is using an unsupported .NET version. Upgrade to .NET 6 and switch the test runner to xUnit.
Consider throwing different types of exceptions for the different error types. http://www.mbtest.org/docs/api/errors
https://www.mbtest.org/docs/api/stubs#:~:text=imposters/4545/stubs%22%20%7D%0A%20%20%7D%0A%7D-,Repeat%20example,-The%20repeat%20behavior The repeat behavior allows certain responses to return a certain number of times before moving on to the next response in the array. I can't see this being supported...