in

Agile Israel

Israel's first Agile Development Community

Browse by Tags

  • Over Specification in Tests

    I've gotten the chance to visit and consult various companies and I see this all the time: Over specification in tests, especially when doing mocks and stubs . One main reason for that is that people use their stub as a mock object (stubs are fake objects that we will not assert on so that we can...
    Posted to ISerializable (Weblog) by Anonymous on 07-12-2008
  • A sneak Preview of Typemock Racer : Thread Deadlock Finder

    Here's a sneak preview of the upcoming Typemock Racer product, which I'm currently working on. We should be out in private CTP in a couple of weeks I hope. Typemock Racer tries to solve one huge problem for developers working in multi threaded environments: Detecting code that can result in deadlocks...
    Posted to ISerializable (Weblog) by Anonymous on 07-08-2008
  • Is Moq too poweful?

    It's interesting to see the other mocking frameworks as they grow into maturity. Especially Moq which has been getting loads of new features recently. The latest one is something which makes me feel a bit weird after reading all the things people fear in Typemock Isolator :It seems that  Moq...
    Posted to ISerializable (Weblog) by Anonymous on 07-06-2008
  • Tough Questions about unit testing - Your comments required

    As part of My Book I have a chapter on the challenges of integrating unit testing practices into an organization. One of the sections deals with "Tough questions and answers". In short, what are the tough questions you will have to deal with when introducing unit testing. here are the questions...
    Posted to ISerializable (Weblog) by Anonymous on 05-18-2008
  • NullObject.For<T> - As simple as it gets, but no simpler

    This NullObject Factory from Paul is very nice, simple and clean in its design. I really like it and I can see many uses for it, in parallel with working with your standard mocking framework or IoC Container Implementation .   here is a little usage example (last line): var controller = new AccountController...
    Posted to ISerializable (Weblog) by Anonymous on 05-10-2008
  • Unit Testing Denial Pattern #1: Pretending the test is no longer valid

    Today was both a good day for e and a bad day for me. Good day because I managed to get a full suite of tests that were somehow failing to work again after a refactoring that got out of hand. Bad - because out of all the tests, one of them failed. Here's the part I'm ashamed of: I was working...
    Posted to ISerializable (Weblog) by Anonymous on 04-30-2008
  • Future of Mock Frameworks: AEIS - Abstract Expectations & Isolation Syntax

    As I was looking back and forward on the changing syntax of testing and mock frameworks, it occurs to me that there are still things that need to be solved in the mocking space. many things. It's hard to choose a framework and stick with it because they have different abilities which you are not...
    Posted to ISerializable (Weblog) by Anonymous on 02-14-2008
  • Typemock Isolator 4.2 Beta released with cool new features (Previously Typemock.NET)

    We just released the beta of Typemock Isolator 4.2 beta (Previously just named Typemock.NET). You can get it here . Some of the cool new things: Mocked methods will be highlighted in the debugger if you step into them. in the picture below the "DoSomething()" method is being mocked, so stepping...
    Posted to ISerializable (Weblog) by Anonymous on 02-04-2008
  • The evolution of Unit Testing Syntax and Semantics

    The semantics of how you write a unit test, the basic syntax, or Domain Specific language of how we write them, has been relatively stale for quite some years now.  But under the covers, the syntax revolution seems to be brewing, as people try to come up with newer, hopefully better and more readable...
    Posted to ISerializable (Weblog) by Anonymous on 01-17-2008
  • Joining TypeMock

    Happy new year :) A new year is a great time to start off new things, or to renew old commitments that have been somehow left behind. I'm excited to announce that starting Jan 1 I will start working at TypeMock as a senior developer. I will help create the next generation of unit testing tools for...
    Posted to ISerializable (Weblog) by Anonymous on 12-31-2007
Page 1 of 4 (34 items) 1 2 3 4 Next >
Copyright 2007 Roy Osherove