Geekswithblogs.net
HOME
ARCHIVES
CONTACT
LOGIN
// ThomasWeller
C#/.NET software development, software integrity, life as a freelancer, and all the rest
News
Can’t code without
The best C# coding assistance and
refactoring plugin for Visual Studio
My Stats
Posts - 43
Comments - 135
Trackbacks - 0
Tag Cloud
BlogFeedList.aspx
more tags...
Recent Comments
Great information. I’ve just recently started read...
by FedericoStjean
Your content contain useful details, really thanks...
by Joan Washington
This is a great post; it was very informative. I l...
by Bette Brown
I am a iphone apps developer and i am always using...
by Jacob Macarthur
It’s difficult to find experienced people on this ...
by Elizabeth Hunter
Recent Posts
Testing Entity Framework applications, pt. 3: NDbUnit
Testing Entity Framework applications, pt. 2: Typemock
Testing Entity Framework applications, pt. 1
Some myths of 'Textbook-TDD', and why they are wrong
An introductory presentation about testing with MSTest, Visual Studio, and Team Foundation Server 2010
Archives
November, 2011 (3)
October, 2011 (1)
February, 2011 (1)
July, 2010 (1)
April, 2010 (2)
February, 2010 (4)
January, 2010 (1)
December, 2009 (2)
November, 2009 (9)
October, 2009 (2)
September, 2009 (11)
August, 2009 (6)
Post Categories
Unit Testing/TDD
Readability
Automation
NHibernate
Project Management
Architecture and Design
Business
Open Source
Freelancing
General programming/C#
ASP.NET (MVC)
Aspect-oriented programming
Dependency Injection/IoC
Code Coverage
Free e-Books
.NET 3.5 Domain Driven Design with C#
Agile Patterns: The Technical Cluster
Domain Driven Design Quickly
Domain Driven Design Step by Step
Foundations of Programming
Introducing Microsoft SQL Server 2008 R2
Kanban and Scrum - making the most of both
S.O.L.I.D Principle
Scrum and XP from the Trenches
Visual Studio .NET Tips and Tricks
Toolbox: Development
.NET Reflector
Castle / Windsor
Hiro
LinFu
log4net
NHibernate
PostSharp
Toolbox: Documentation
CR_Documentor
GhostDoc
MS Sandcastle
Sandcastle Help File Builder
Toolbox: Productivity
AnkhSVN
Balsamiq
BugTracker.NET
CruiseControl.NET
Mercurial (Hg)
MSBuild Community Tasks
MSBuild Extension Pack
MSBuild Sidekick
MyGeneration
ReSharper
SharpSVN
Subversion
TortoiseHg
TortoiseSVN
Toolbox: Static analysis
MS FxCop
NDepend
Toolbox: Testing
dotCover
Gallio (incl. MbUnit)
Moq
NCover
NDbUnit
NUnit
Rhino.Mocks
WatiN
White
xUnit.net
Toolbox: Textual analysis
MS StyleCop
Simian
April 2010 Entries
Mocking the Unmockable: Using Microsoft Moles with Gallio
Usual opensource mocking frameworks can mock only interfaces and virtual methods. In contrary to that, Microsoft Moles can ‘mock’ virtually anything. Here's a little overview over this framework, together with a suitable Gallio extension...
Share This Post:
Short Url:
http://wblo.gs/aIt
Posted On
Wednesday, April 28, 2010 1:36 PM
|
Feedback (6)
Filed Under [
Unit Testing/TDD
]
A way of doing real-world test-driven development (and some thoughts about it)
This post started out to be a reply to another blog post about some detail of the red/green/refactor cycle in TDD. It ended up as a fairly extensive description of my own personal practice of doing TDD in C#, featuring quite some VS add-ins and discussing some (real-world) aspects of test-driven development along the way...
Share This Post:
Short Url:
http://wblo.gs/aF6
Posted On
Saturday, April 17, 2010 6:38 AM
|
Feedback (2)
Filed Under [
Unit Testing/TDD
]