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 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
The stable production-quality release is located on nuget
The latest clean build from Appveyor is located: download or private nuget
Samples are available in the tests
- Report bugs or ask questions by opening a new GitHub Issue
- Chat on Gitter
This project is licensed under the MIT license.