ericgla / OrleansTestKit

Unit Test Kit for Orleans - Distributed Virtual Actor Model

Home Page:http://dotnet.github.io/orleans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Unit Test Kit for Orleans - Distributed Virtual Actor Model

http://dotnet.github.io/orleans

License:MIT License


Languages

Language:C# 100.0%