YannBrulhart / Testeroids

Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.

Home Page:https://nuget.org/packages/Testeroids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testeroids

(Unit Testing on Steroids)

http://testeroids.github.com/Testeroids

Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.

It takes advantage of the AAA pattern (Arrange/Act/Assert) and modern C# language features and tooling, such as Aspect Oriented Programming and ReSharper, to create an enjoyable unit testing experience.

Dependencies

Testeroids is built on the following stack:

Required

Recommended

  • ReSharper (for productivity features);
  • NCrunch for an optimal runner supporting Testeroid's Triangulation features

Areas covered by guidelines

  • Unit test fixture organization;
  • Nomenclature standardization;
  • Unit testing of asynchronous Rx and TPL queries;
  • ...DOC IN PROGRESS...

About

Testeroids is a framework and a set of guidelines working in concert for great productivity in unit testing of .NET projects.

https://nuget.org/packages/Testeroids

License:Other


Languages

Language:C# 99.8%Language:PowerShell 0.1%Language:Batchfile 0.1%