mocking Archive

  • Today at the GOOSgaggle event in London, Brian Marick gave the presentation “I Think I Finally Understand Mocks”. Nat Pryce said that I was the person most likely to bother with entering the wireless key (64 character random code, they really do take their security seriously at Zuhlke), in order...

    Brian Marick: Mocks lead to better design faster

    Today at the GOOSgaggle event in London, Brian Marick gave the presentation “I Think I Finally Understand Mocks”. Nat Pryce said that I was the person most likely to bother with entering the wireless key (64 character random code, they really do take their security seriously at Zuhlke), in order...

    Continue Reading...

  • Growing Object Oriented Software, Guided by Tests, by Steve Freeman and Nat Pryce is a TDD book, but unlike any other on the market today. First of all, the book deals mostly with advanced unit testing topics, such as designing tests for readability and mocking, and addresses many common stumbling...

    Dark arts of TDD explained

    Growing Object Oriented Software, Guided by Tests, by Steve Freeman and Nat Pryce is a TDD book, but unlike any other on the market today. First of all, the book deals mostly with advanced unit testing topics, such as designing tests for readability and mocking, and addresses many common stumbling...

    Continue Reading...

  • Mockito is a fantastic mock library for Java. I’m fascinated by how easy it is to use, compared to other things out there both in the Java and .NET world. Here is everything you need to know to get started in six really easy examples.

    Mockito in six easy examples

    Mockito is a fantastic mock library for Java. I’m fascinated by how easy it is to use, compared to other things out there both in the Java and .NET world. Here is everything you need to know to get started in six really easy examples.

    Continue Reading...