Tag Archives: junit

TDD Talk at UMC

Yesterday I gave a speech, with two friends, about Test Driven Development at UMC, here in Mogi das Cruzes – SP – Brazil. The talk was nice, and this post is just to thank Claudinho and Fabio, the two friends … Continue reading

Posted in agile, java | Tagged , , , , , | Leave a comment

Testing XML data in your unit tests with XMLUnit

Once upon a time I had to compare two pieces of XML data. And it was good. Well, actually, it wasn’t. Comparing two sets of XML can be really tough. Initially, I considered doing so by hand. Bad, bad idea, … Continue reading

Posted in agile | Tagged , , , , , | 1 Comment