Last night I presented a lightning talk entitled "A Testing Tip" at the Java Posse Roundup 2010. Here are some links to the items I mentioned:
- Generated Value Pattern which is useful when specific literal values aren't important for a test
- Make It Easy library for expressive test data builders in Java
- Book: Growing Object-Oriented Software Guided By Tests by Steve Freeman and Nat Pryce
- Book: xUnit Test Patterns by Gerard Meszaros
And here are the slides (PDF), though the links above are more likely to be useful if you didn't see the talk.
Comments