Archives for the 'Product' Category
Simple or Simply Terrible
I read the Lead Blog post: Simplicity.
Simplicity means the achievement of maximum effect with minimal means. - Dr. Koichi Kawana
I though that was the definition of Effectiveness.
I think that a better definition is: Clarity, Precision, and Ease
Once you are clear, precise and easy, you will probably be effective. That is what makes simplicity so hard, […]
Managing the support
We take our support really seriously here at Typemock, our customers see and talk about this great value. But there is much more to support then fixing bugs.
We learn from our support how our customers are using the application and what are the pit falls. From every case we proactively try to find out […]
Why do we ignore your arguments?
With the release of Isolator Version 5.3, we have added the ability to simulate external components based on the arguments passed to those components. We called this Conditional Behavior.
Our default is to ignore arguments, to fake a method without taking the arguments into consideration, neither the number of arguments (overloads) or the values […]
Isolator for SharePoint - Free License
Get a free Typemock Isolator license:
[Update: Contest is finished, Thanks to all you bloggers]
We’re announcing today about a new product: Isolator for SharePoint. It is almost the same as Typemock Isolator, but will only work on APIs that are directly connected with sharepoint’s API. That means that if you only need to test sharepoint […]
Ruby Style Isolating - Aspect Faking
I have talked in the past about Ruby Style Isolating (Dynamically Typed), now it is part of the AAA syntax.
The big value of this feature is that you don’t have to inherit a type in order to replace it with a fake, the downfall of this is that when you refactor your code, you […]
Releasing Isolator 5.0 and Racer alpha
We have been working very hard this summer and we are just ready for 2 major releases.
Isolator 5.0
Based on customer feedback we are going to change our pricing model and add 3 new packages
Special Bundle, containing:
Typemock-Isolator
Annual Update Subscription
Ivonna for ASP.NET testing
TestDriven.NET for seamless Visual Studio testing
Personnel License, for single developers will cost only $199
Open Source […]
Is the visibility of tested methods important?
We are having quite a discussion lately about the importance of the visibility of tested methods.
See our internal Blog for the juicy stuff
Mocking frameworks - dream feature
There are some developers SHOUTING, that mocking static and non-virtual methods is a big No-No. Roy, is calling them dogmatic.
Come on guys, the most requested feature from Rhino.Mocks is the ability to mock non-virtual and static members, and Oren has even implemented these when possible (MarshalByRef Objects). I am sure that if it was easy, […]
Typemock Isolator 4.2.4 is available
Typemock Isolator 4.2.4 is available for download.This is a patch release with many bug fixes.
“Invalid Operation Exception” when working with NHybernate and XML serialization was fixed.
Complex LINQ queries are now mocked correctly.
Manual assembly loading does not cause an exception. AssemblyResolve event fires correctly.
RepeatAlways now works correctly following WhenArgumentsMatch.
Returning values of types that inherit from […]
ASP.NET Unit Testing just got Easier
There is a lot of talk about unit testing ASP.NET. Artem Smirnov has managed to build a new tool for writing unit tests for ASP.NET. The tool called Ivonna is available as a beta release.
Ivonna is built on top of the Typemock Isolator framework and facilitates running unit tests in the same process as any […]