Test-Driven development with iBatis is actually a little more work because you will need to write your SQL statement for each action of CRUD. DbFixture will help greatly on that.
The code is under the folder ormappers/iBatis
To be finished
(The code has been checked in, need to finish the tutorial)