{"id":170240,"date":"2009-03-19T12:54:06","date_gmt":"2009-03-19T19:54:06","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/research\/project\/stubs-lightweight-test-stubs-for-net\/"},"modified":"2017-06-19T10:31:42","modified_gmt":"2017-06-19T17:31:42","slug":"stubs-lightweight-test-stubs-for-net","status":"publish","type":"msr-project","link":"https:\/\/www.microsoft.com\/en-us\/research\/project\/stubs-lightweight-test-stubs-for-net\/","title":{"rendered":"Stubs – Lightweight Test Stubs for .NET"},"content":{"rendered":"

Stubs is a lightweight framework for .NET that provides test stubs. For interfaces and non-sealed classes, type-safe wrappers are generated that can be easily customized by attaching delegates. Stubs are part of Moles, and work well together with Pex.<\/p>\n

Stubs\u00a0<\/strong>is a lightweight framework for test stubs in .NET<\/strong> that is entirely based on delegates.\u00a0Stubs may be used on interfaces, abstract classes or non-sealed classes. Stubs was designed provide a minimal overhead to the Pex <\/a>white box analysis, and Stubs supports the Code Contracts <\/a>runtime rewriter and encourage the programmatic models rather than record\/replay tests.<\/p>\n