Browsing all articles in Release
Dec
24
Comments

TypeMock and Visual Studio 2008

Author Eli Lopian    Category Release     Tags

imageAlthough we have supported visual studio 2008 since the Beta version I still think that it important to know that TypeMock supports visual studio 2008.

Jul
2
Comments

TypeMock is Expanding

Author Eli Lopian    Category Release     Tags

PartnersIf you are reading this you are probably the developer we are looking for.

TypeMock is expanding and we are looking for .NET developers who have a passion for Bleeding Edge Technologies like Mocking (of course), Test Driven Development and Aspect Oriented Development.

We work in a dynamic environment and we have the infrastructure to support home offices for developers who require it.

More information can be found on our Career Page

Send your resume to: jobs@typemock.com

Jun
25
Comments

New TypeMock Site

Author Eli Lopian    Category Release     Tags

We have redesigned the TypeMock site

image

Apart from the graphics and new layout we have added more content:

I would be happy to hear what you like about the site, but I also welcome any suggestions or criticisms, too

Nov
3
Comments
Comments Off

New and Noteworthy – Version 3.6.1

Author Eli Lopian    Category .NET Tests, Release     Tags

We have released the patch version 3.6.1

Here are the highlights

Support Vista   

TypeMock.NET now installs on Windows Vista RC2 Machines.
Install as Administrator and Enable Register Keys
Note: The Tracer does NOT work on Vista Machines.

Support Mocking Hidden Methods

It is possible to mock ‘hidden’ methods.
Mock overridden base methods with CallBase
Mock overloaded Static methods with CallStatic

Default Implementation of Dynamic Types 

TypeMock.NET now creates a default implementation for interfaces and abstract methods. This allows natural property behavior and non strict method calls

This is turned off by default, call Strict=false or StrictFlags.ArbitraryMethodsAllowed to use this feature

Abstract Class Constructors   

Abstract Type Constructors can now be invoked when creating a Dynamic Mock Object from an Abstract Type

Support ReSharper and dotTrace

We now support ReSharpers Unit Tests and dotTrace Profiler

Stictness   

Natural Mocks now support controlling the Strictness of the mocks. See StrictFlags

Bug Fixes           

  • Version Mismatch Message Box doesn’t hang the application – (Build Server Support)
  • Better Messages when using Code Coverage without Linking
  • Fixed Bug with Dynamic Mocks with Generic Members
  • Using Code Coverage From Visual Studio Doesn’t Require Disabling TypeMock
  • Visual Studio 2003 Add In fixes
Comments Off | Comments Off