Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.01 KB

README.md

File metadata and controls

46 lines (30 loc) · 2.01 KB

Orleans TestKit

Build status NuGet Gitter

Orleans TestKit is an easy to use unit testing tool for application code built using Microsoft Orleans. The Orleans TestKit is intended to augment the existing testing framework already included with Orleans with simple tests for grain logic only.

The TestKit is constantly evolving to meet the demands of the team, if there is something you need please ask us or create a new fork.

Installation

Installation is performed via NuGet.

There is currently only one package, additional test framework (xUnit, NUnit...) specific ones may be added in the future.

In your test project:

PM> Install-Package Install OrleansTestKit

Official Builds

The stable production-quality release is located on nuget

The latest clean build from Appveyor is located: download or private nuget

Documentation

Samples are available in the tests

Community

License

This project is licensed under the MIT license.