/NServiceBus.Testing

A framework for composing tests for NServiceBus

Primary LanguageC#OtherNOASSERTION

A testing framework for NServiceBus

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

Getting started

To get started, install the package via NuGet:

Install-Package NServiceBus.Testing

For usage examples and more information, please consult the documentation.