IMPORTANT! Moles is now the Fakes Framework in Visual Studio 11. Learn more at http://aka.ms/vs11-fakes. Nikolai Tillman, a member of the RiSE group at Microsoft Research, gives a short demo of Moles, a new framework that allows replacing any .NET method with a delegate. In the context of…
If you've spent any time on C9 over the years, then you've probably met some of the people from the RiSE team in MSR and are familiar with at least some of the great technologies they've developed. RiSE, which stands for Research in Software Engineering, is a rock star…
SharePoint Services are challenging for unit testing because it is not possible to execute the SharePoint Service without being connected to a live SharePoint site. For that reason, most of the unit tests written for SharePoint are actually integration tests as they need a live system to run. In…
Unit Testing with Pex and Moles TRAINER: Peli de Halleux – Microsoft ResearchPex enables parameterized unit testing for .NET: given a unit test with parameters. Pex generates inputs that achieves high code coverage. Moles is a framework that allows to isolate unit tests from environment…
This week on Channel 9, Dan and Mark DeFalco discuss the week's top developer news, including; [0:30] Anders Hejlsberg: Introducing TypeScript (Ander Hejlsberg), TypeScript: JavaScript Development at Application Scale (Soma), Announcing TypeScript Preview for Visual Studio (Chris Koenig)…
Mar 16, 2011 at 12:35 PM4
US Public Sector DPE Team
Avg Rating: 2
(1)
Microsoft Research has produced two tools to dramatically simplify the construction of unit tests. We will look at Moles, a framework and Visual Studio add-in that helps to isolate your code from external dependencies. With Moles you can replace any .Net method with a delegate. …