Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe Review #587

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
## A testing framework for NServiceBus
## NServiceBus.Testing

This library contains a set of testable implementations (test-doubles) for various NServiceBus components, making testing things like handlers, sagas and behaviors easy.
NServiceBus.Testing is a testing framework for NServiceBus. It contains a set of testable implementations (test-doubles) for various NServiceBus components, making testing things like handlers, sagas, and behaviors easy.

### Getting started
It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems.

To get started, install the package via NuGet:

```
Install-Package NServiceBus.Testing
```

For usage examples and more information, please consult the [documentation](http://docs.particular.net/nservicebus/testing/).
See the [Testing NServiceBus documentation](https://docs.particular.net/nservicebus/testing/) for more details on how to use it.