Paulo Morgado

.NET Development & Architecture

Browse by Tags

All Tags » TypeMock (RSS)
Compiling .NET 1.1 Projects In Visual Studio 2008
After having put my .NET 1.1 application running on the .NET 2.0 runtime ( ^ ), I’m planning on migrating it to .NET 2.0 , but not all at once. Because I don’t want to have 2 solutions (one on Visual Studio 2003 for the .NET 1.1 assemblies and another...
Typemock Is Launching The ASP.NET Bundle – Get Free Licenses
Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch they are giving out FREE licenses to bloggers and their readers. The ASP.NET Bundle is the ultimate ASP.NET unit testing solution, and offers both Typemock...
Help Typemock Launch Its New Visual Basic .NET Friendly API And You Might Get A Free License
Typemock is announcing today a new version of Typemock Isolator (5.2). One of the coolest features in the new version is the inclusion of a new VB .NET unit testing API . This 'VB friendly' API was designed and written in VB.NET, for VB.NET developers...
Improving Debugging And Testing Through Assertions
Reading through the The Typemock Insider blog, I came across this post from Gil Zilberfeld . I myself tend to fall in Gil’s practice ("binary search" debugging), but I don’t think Kent Beck has the right solution . Gil’s suggestion of using...
Typemock Isolator 5.1 Released
This major version adds static method support and non-public method faking to the AAA API. Check out the release notes . I don’t like the reflective approach to testing private methods. With the new additions to the AAA API, testing this class: public...
Faking Output Parameters With Typemock Isolator
Some time ago I was asked if it was possible to fake output parameters with Typemock Isolator . It’s actually very easy using any of the APIs. Given this class: public class MyClass { public bool MyMethod( string input, out int output1, out double output2...
Typemock Racer Alpha Is Out
Typemock has released an alpha version of its newest product: Typemock Racer . Typemock Racer is the tool that uses dynamic and static analysis to find deadlocks in .NET code that had been previously announced by Roy Osherove .
Typemock Isolator 5.0 Is Out With Its New AAA API
Typemock has released version 5.0 of its unit testing tool: Isolator . Check out the release notes . This new version comes with a new API: A rrange A ct A ssert: Isolator AAA API - The Basics Isolator AAA: Creating Fakes I’ll have to say that I liked...
Isolator 4.3 Released!
Today Typemock released version 4.3 of Typemock Isolator . Download it from here . What’s new? Support for Ivonna . For those of you who develop ASP.Net applications, Ivonna is a great tool, built on top of Isolator’s platform, to simplify writing tests...
Why Use Random Values For Unit Testing
On a previous post I introduced a library for generating random values for purposes of unit testing. I received a few comments and questions on my blogs [ ^ ][ ^ ][ ^ ][ ^ ]. Simon says that he’d “generally want every instance of the test I run to be...
More Posts Next page »