Boomerang is a framework for faking responses from external web services in acceptance/integration tests.
This makes tests faster and less brittle, allowing you to get consistent and fast feedback from your tests.
The philosophy behind Boomerang is simplicity and extensibility. Take a look at our wiki to see how to use and extend Boomerang.
To get started simply add the package to your application;
nuget install-package boomerang
Then take a look at the wiki to see how to configure request/responses.
- Public interface members that are obsoleted will remain for 90 days. After this, they will be removed.
Our build servers have been provided by the awesome CodeBetter and JetBrains