tdd

Unit Testing Fundamentals

Monday, March 2nd, 2009 | Uncategorized | 3 Comments

Below and attached are slides from a presentation I gave to colleagues at Kiwiplan. The presentation covers a range of topics regarding unit testing best practices, including test driven development (TDD), mocking frameworks, avoiding over-specification and test coverage. The slides also include diagrams to help explain the concept of isolating code through the use of seams.

I’ve attached the final outcome of the live TDD examples. Obviously TDD doesn’t come across very well as a final solution, however the code also provides basic examples of the Mockito and Rhino Mocks libraries. The code style is based on Spring Framework’s annotation driven MVC framework.

Java example code – JUnit, Mockito, EclEMMA (Eclipse Java coverage)
VB.Net example code – NUnit, Rhino Mocks

Tags: , , , , , , , , , , , , ,

Mocking in Java with Mockito

Wednesday, November 19th, 2008 | Uncategorized | 2 Comments

A ran a session at the Auckland Java User Group on using Mockito.  Slides are embedded below using slideshare:

Mocking in Java with Mockito

View SlideShare presentation or Upload your own.

As promised I’ve attached my slides and also included the example source files in a zip.  To run the unit tests you will need JUnit 4.5 and Mockito 1.6.

Tags: , , , , , , , , , ,