Stubs
Home Page
Categories: Testing
Author: Microsoft
Latest version: 0.12.40430.3
Added 2009-05-16
Lightweight stub framework solely based on delegates, type safe, refactorable and fully source code generated.
Stubs was designed to support the Code Contracts runtime writter and provide a minimal overhead to the Pex white box analysis.
Features include:
- Delegate based
- Source code generated: No dynamic code, no Reflection Emit, no expression trees, just good old plain C#
- Type safe: No magic strings, all stubs are type safe and refactorable
- Lightweight: With the stubs, the overhead of calling a stubbed method is one virtual call
- Debugging support: You can step through, in and out of stubbed members
- Pex and Code Contracts friendly
- Non-sealed Classes and Virtual Methods
- Visual Studio integration
 Built for .NET 2 |
 Add-in |
 Free or free version available |