Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 451 Bytes

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.