- Simple JSON-based Configuration: Configure your mocks easily using a simple JSON format.
- Pure C# Scripting: Configure your mocks using C# scripting without the need to learn a new language or API.
- Delay Simulation: Simulate network delays to test how your system handles timeouts and latency.
- Fake Data Generation: Generate realistic fake data using the built-in functionality.
- Callback (Webhook) Support: Trigger another service call when a request hits your mocked API.
- Verification: Verify if a specific mock was called during testing to ensure expected interactions.
- State Support: Create stateful mocks that return responses based on global variables previously set by other mocks.
- Portability: Run the mock server in any environment supported by .NET.
-
Notifications
You must be signed in to change notification settings - Fork 0
A mock HTTP server useful to stub services and simulate API responses made using pure C#
License
jameslcarter/Mockscape
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A mock HTTP server useful to stub services and simulate API responses made using pure C#
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published