Tag Archive: Releases

Mar
23

Isolator 6.0.8 is out

We’re always improving our unit testing solutions. We’ve just released Isolator 6.0.8 for .NET unit testing. Download it today! The release notes for Isolator 6.0.8 are: · Fixed a crash in assemblies marked with SecurityTransparent and APTCA attributes in .NET 4. This fixes VerificationException in ASP.NET MVC 3 If you’ve tried Isolator before, try it …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/03/23/isolator-6-0-8-is-out-2/

Mar
25

Typemock Isolator 6.0.2 released

Today we’ve released the latest version of Typemock Isolator 2010 – and you can download it here. This is a maintenance release filled with bug fixes along with one time saving feature – you can now create a future fake object in one simple command. To find out what else is new – check out …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2010/03/25/typemock-isolator-6-0-2-released/

Jan
18

Typemock Isolator 2010 released

It’s time for another Typemock Isolator release, and this time it’s special – a fully blown major version! Isolator version 6.0, dubbed Typemock Isolator 2010, includes support for Visual Studio 2010, .NET 4, a dedicated Silverlight unit testing solution and more. those of you who want to get it right away just click here. Since …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2010/01/18/typemock-isolator-2010-released/

Oct
27

Typemock Isolator 5.4.3 released

Today we’ve released a new Isolator version – those of you who want to get it right away just click here. After releasing Intellitest last week, we received a lot of excellent feedback from our customers, both how it helps writing tests and issues it causes. We’ve worked hard over the past week to release …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2009/10/27/typemock-isolator-5-4-3-released/

Jun
03

Typemock Isolator 5.3.1 Is Out!

Come one, come all! It’s time for a new release. Download it here! The new features are: Argument matching based on supplied criteria delegate: Isolate.WhenCalled((int i, string s)=> fake.MethodReturnInt(i, s)).AndArgumentsMatch((i, s) => i > 5 && s.StartsWith(“ab”)).WillReturn(10); Faking base class constructor Isolate.Fake.Instance<Derived>(Members.CallOriginal, ConstructorWillBe.Called, BaseConstructorWillBe.Ignored); Fake All Instances of a type Isolate.Swap.AllInstances<Product>().With(fake); And of course, fake …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2009/06/03/typemock-isolator-5-3-1-is-out/

Feb
24

Typemock Isolator Version 5.2.2 is out!

We’re happy to announce the release of the latest and greatest Isolator – version 5.2.2. This version packs some nifty features as well as important bug fixes. Here’s a rundown: Faking method overloads This feature was requested by several customers on our support email and forums. Isolator can now fine tune behavior settings for specific …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2009/02/24/typemock-isolator-version-5-2-2-is-out/

Jan
14

Typemock Isolator 5.2.0 Released!

I’m happy to announce the latest version of Typemock Isolator. It’s been three months since the last Major version release. In this version the Isolator development team has done some work on improving the overall user experience when using AAA: Visual Basic API If you’re a developer using VB.NET there is no reason you could …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2009/01/14/typemock-isolator-5-2-0-released/

Oct
29

Typemock Isolator 5.1.1 is Out!

Ever wanted to fake collections or perform dynamic-language style behavior faking? Get the new Isolator version 5.1.1! This version received a minor version notation because we still have some major features up our sleeve, but it still sports cool new features, namely: Duck-type swapping: The saying “If it walks like a duck and talks like …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2008/10/29/typemock-isolator-5-1-1-is-out/

Sep
29

Typemock Isolator 5.1 Released!

It’s time for another one. Usually we don’t two consequent major releases, but this one packs some punch. Most importantly, we now have static method support and non-public method faking. So how do you do that? Let’s look at this example: [TestMethod][Isolated]public void FakeStaticMethods_UseDefault(){ Isolate.Fake.StaticMethods<LoggerFactory>(); Isolate.WhenCalled(() => LoggerFactory.Count).WillReturn(10); Assert.AreEqual(10, LoggerFactory.Count);} The options for constructing a …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2008/09/29/typemock-isolator-5-1-released/

Sep
23

New stable version of Typemock Racer: Visualizations, new APIs and much more

Yesterday we have released a new stable release of Typemock Racer. Since the last stable release the Racer Team has been working hard on fixing bug and adding new features to our product. We’re now supporting the following synchronization objects: AutoResetEvent/ManualResetEvent ReaderWriterLock ThreadPool Thread.Join Deadlock Visualization during test debugging and as part of test results. …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2008/09/23/new-stable-version-of-typemock-racer-visualizations-new-apis-and-much-more/

Older posts «