Browsing all articles in Release
Feb
27
Comments

Typemock and .NET 1.1

Author Eli Lopian    Category Product, Release     Tags

Although we still have many developers using Typemock in .NET 1.1, now that .NET 3.5 is out, we are going to drop the support for .NET 1.1. in our next version.

Version 4.2 will be the last version to support .NET 1.1. This will allow us to support better .NET 2.0+ features and support better type-safe programming.

Any objections?

Feb
27
Comments

Typemock Isolator 4.2 is released

Author Eli Lopian    Category Release     Tags

image We have released version 4.2 of Typemock Isolator, now with more features that enable shorter development cycles, higher quality of production code, better tested and more stable software components.

Typemock Isolator V4.2 introduces support of the new .NET 3.5 framework as well as Microsoft’s Visual Studio 2008. Version 4.2 has an improved IDE integration based on using colors to emphasize mocked methods making the best visualization, easiness and comfort for developers to verify their code developments.

On top, Typemock Isolator V4.2 provides full support of synergetic solutions such as Finalbuilder™ and DotTracer™ profiler, making this new release the most powerful testing framework for .NET developments ever.

“We are always seeking ways to help you simplify the development process, and our improved interface and integration with the market leading tools ensures organizations and developers with easiness, better software quality and a true saving of development expenditure”.

 

Webcast of new features

imageMark your calendar for the live special webcast of Typemock  Isolator on Wednesday, March 12th at 4PM GMT (8AM PST). To join the webcast and for further details please click here.

Feb
6
Comments

Typemock Isolator – Beta – Better Community

Author Eli Lopian    Category Product, Release     Tags

The Typemock team has released our next version of TypeMock.NET.image

We are calling it Typemock-Isolator. As Typemock helps developers Isolate their code from the rest of the system and make it Testable.

The main reason behind this are our plans to create more tools that will help simplify writing unit tests.

The Brain-Storming sessions behind this name where fun and we actually decided on a name, coded it in and then changed the name a few times after that (talk about agile teams). But the team took these changes really well!

Roy and Paulo have already talked about some new features.
Mainly Better Debugger Integration and Mocking Fields!!!

We have decided to add more features to our Community Edition and some features that were in the Professional Edition and can now be used in the Community Edition

  1. Mocking using Generic Code Sugar
  2. Mock mockControl = MockManager.Mock<ClassToMock>();

     

  3. Integrated Visual Studio Help can now be downloaded by all Typemock-Isolator users
  4. Per your request*: The annoying feedback screen while in evaluation, has been removed.

 

* The majority of feedbacks we received was to remove the Feedback Screen ;-)

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