Browse by Tags

All Tags » Typemock (RSS)

TypeMOQ API by ISerializable - Roy Osherove's Blog : Agile

I was fiddling around with the typemock API, see what it would belike to use it in a more MOQ like manner: to support this, all the code you need, including the Faker class exists here . you’d need to reference the typemock dll and the typemock c# API...
Filed under: , ,

Introducing Typemock IntelliTest by ISerializable - Roy Osherove's Blog : Agile

We just released the latest version (5.4.2) of Typemock Isolator, with one cool Addon built in - Typemock Intellitest . what’s it about? in one word: productivity. Here's what it does: ( here's the full info ) Read More...
Filed under: , ,

Preventing fragile tests – how can isolation frameworks help or hinder your goal? by ISerializable - Roy Osherove's Blog : Agile

One of the things that inhibits unit tests in organizations is the idea of fragile tests. a Fragile test is a test that can easily break when the production code changes. That’s not to say that tests should never break as you change production code, but...
Filed under: , ,

Introducing Typemock Racer 1.0 – Find multithreaded deadlocks by ISerializable - Roy Osherove's Blog : Agile

I’m proud to announce the official release of Typemock Racer - A Parallel Inspection engine for your multithreaded code. Think Microsoft Chess, only it’s available today, for visual studio 2008, and will continually be updated with new features. Racer...
Filed under: , , ,

Preview: Placeholder arguments and custom argument checkers by ISerializable - Roy Osherove's Blog : Agile

here is a glimpse of the feature the guys are working on at the moment. I call it “Placeholder Arguments”. It’s a variation of the “how do you allow the user to check parameters passed to a method?” question when working with isolation frameworks. We...

Looking for an Agile developer, again! by ISerializable - Roy Osherove's Blog : Agile

We’re hiring . That’s right. you heard me. In the midst of all this trouble, we’re looking for one great developer that can join our team at Typemock. First, you have to live in Israel.   How to submit your CV If you’re an Agile developer with...
Filed under: ,

Looking for an Agile developer by ISerializable - Roy Osherove's Blog : Agile

We’re hiring . That’s right. you heard me. In the midst of all this trouble, we’re looking for one great developer that can join our team at Typemock. How to submit your CV If you’re an Agile developer with lots of .NET Experience, you’re welcome to send...
Filed under: ,

Isolation frameworks – lessons from the wild by ISerializable - Roy Osherove's Blog : Agile

I’m in the process of teaching another TDD master class in Oslo this week, and in the past two days we went over the major Isolation frameworks in .NET (I refuse to say Mocking frameworks anymore. the “Mock” work is too overloaded as it is). We covered...
Filed under: , , ,

Isolation Syntax for VB.NET - Your comments please by ISerializable - Roy Osherove's Blog : Agile

I'm working on adding a VB.NET Friendly syntax for Typemock Isolator. If you're into VB, I'd love your input on the usability of this API and how to make it better. We'll start going through several basic scenarios that you can do using...
Filed under: , , ,

Announcing Isolator for Sharepoint with a free full license for bloggers by ISerializable - Roy Osherove's Blog : Agile

Time for a freebie! We’re announcing today about a new product: Isolator for sharepoint – which allows unit testing sharepoint code without needing sharepoint installed. “Huh?” It is almost the same as Typemock Isolator, but will only work on APIs that...
Filed under: , ,

Isolator Feature Focus: Faking Collections by ISerializable - Roy Osherove's Blog : Agile

Another cool feature in Isolator is the ability to fake values that will be returned from custom collections (anything that inherits from IEnumerable as long as it is not in mscorlib - for example - sharepoint lists). With the new version you can now...

Isolator Feature Focus: Duck Typing and Isolate.Swap by ISerializable - Roy Osherove's Blog : Agile

Typemock Isolator 5.1.1 has been released, and this release brings with it some awesome (seriously) features that are unique fro any other framework I've seen. a good overview of features can be found here . The Isolator Swap feature allows swapping...

SharpMock 0.1 ? by ISerializable - Roy Osherove's Blog : Agile

James, I would love to see you take the idea of “SharpMock” to the next level . If not anything else, it would be an interesting challenge to write about. James took PostSharp and started looking at the possibility of intercepting static method calls...
Filed under: , , ,

Isolator feature focus – Advanced Debugger Support for fakes by ISerializable - Roy Osherove's Blog : Agile

Two features that Typemock Isolator has make the debugging experience with it very different than any other isolation framework: 1) Highlight fake method during debugging   When stepping into a method that is being faked by the test, the method will...
Filed under: , ,

Isolator feature focus: Recursive Fakes by ISerializable - Roy Osherove's Blog : Agile

Here’s another feature Typemock Isolator has that no one else currently has: the ability to return fake objects from properties recursively (without the use of an auto mocking container for such a feat). this saved a lot of reperitive test code of creating...
Filed under: , , ,
More Posts Next page »