Skip to content

romerod/Testeroids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%