Archives for May 2007

The Humble Dialog (and famous musketeers)

I have read Jeremy’s Build you own CAB series (Build your own CAB Part #2 - The Humble Dialog Box). Jeremy is building the series with the help of  d’Artagnan the famous Musketeer wanna-be.
Due to both his pride and an urge to ingratiate himself with those he wished to join, d’Artagnan is challenged to a […]

31 May 2007 | .NET Tests | 2 Comments

Released TypeMock 4.0 Beta

We have released a beta version of TypeMock 4.0, this should be a really stable version. We intend to release the final version within 2 weeks.
There is a lot of new stuff in this version. you can read about it in the Release Notes.
Some nice stuff are:
The new TypeMock Decorators.
Using these decorators will work for […]

16 May 2007 | .NET Tests | No Comments

TypeMock Case Study in Corillian

We have completed a case study of implementing TypeMock in Corillian. Corillian is the company that creates Online Banking Software, and you can imagine how important security and quality is.
Corillian is the company that Scott Hanselman is the Chief Architect. Scott has promised me that he will write an article about TypeMock as well.
We found that […]

16 May 2007 | .NET Tests | 3 Comments

How did we do that?!!

If you have read my previous post about the TypeMock Test Attributes you probably have noticed that the attributes are test framework agnostic!
So how did we do that?
We tried to add our attributes using implementing the hooks of each framework. But we found this way to be unstable:

mbUnit is the easiest framework to extend, it is […]

4 May 2007 | .NET Tests | No Comments

New Best Practice Pattern

In our next release TypeMock.NET will enhance the Best Practices to use Mocks and we have added 2 new ways to use mocks

Scoping the Mocks
Using Test Attributes

Scoping the Mocks
In this way the mocks are scoped using the following pattern

using (new MockScope()) // can set an optional timeout
{
// setup mocks

[…]

4 May 2007 | .NET Tests | 2 Comments

Search Eli Lopian’s Blog (TypeMock)

Navigation

Recent Posts

Categories

Archives

Managment