CciSharp
CciSharp is a post-compiler for .NET. CciSharp integrates into your build using MSBuild and provides usefull transformation such as readonly auto-properties. And of course, you can use the CciSharp infrastructure to build your own custom mutators.
Test Mutators
These mutators provide useful transformations for your test assemblies.
Name | Description |
AssertMessage | Automatically generates a pretty assertion message. |
Property Mutators
These mutator provides many enhancements around properties.