I want to quickly tell you about an upcoming live unit testing webinar, featuring Gil Zilberfeld from Typemock, that…
Read moreTest-Driven-Development with SharePoint 2010 By Andreas Rudolf Aschauer, BSc
Andreas Aschauer studied Software Engineering at Vienna Technical University. Besides his studies he worked as a developer and consultant for…
Read moreHow to run NUnit tests created with VS2010 and .NET 4
Today when writing tests for a new project built using VS2010 I had an interesting problem: NUnit would not run…
Read moreTesting without SmtpClient
This is pretty awesome. here’s another way of really unit testing smtpClient code, without having a server running: I’m…
Read moreHow to fake method’s parameters
Although Typemock Isolator know how to fake out and ref parameters there are times that a certain parameter passed to…
Read moreFaking WCF Async Calls – Part II
In the last post, I simulated an asynchronous call to WCF, by setting custom code behavior on the Begin and…
Read moreHow to check Exception message using MS Test
In Typemock we use both NUnit and MSTest to run our unit tests. This practice enables us to check that…
Read moreUsing TestDriven.NET and Tyepmock Isolator on 64bit machine
In a previous blog post we suggested a workaround for users who run into trouble running TestDriven.NET with the Isolator…
Read moreTeamCity with Typemock – revisited
A while ago we wrote about how to get TeamCity to run your Typemock Isolator tests. Now Stephen Wright shares…
Read moreA couple of isolation shorties
Mocking objects that change arguments – Alex Thissen talks about some of the more tricky aspects of mocking, dealing with…
Read more