Archive
Posts
Saturday, September 30, 2006
Scott and Dana’s Wedding
My brother, Scott, just got married last night.Congratulations Scott and Dana!
Friday, September 22, 2006
Announcing: XPath-Replacement Maven Plugin
I’m looking for feedback on my XPath Replacement Maven Plugin.It’s barebones right now; please send me any ideas you have on how to make it better, or just let me know if you’re even interested in it.The goal of the plugin is to allow you to do configuration (similar to normal Ant/Maven filtering), but without...
Sunday, September 17, 2006
EasyMock-PropertyUtils Example
Here’s the promised example of how to use my EasyMock-PropertyUtils library.It’s a TestNG test class with two test methods. The first, testSayHelloTo() uses the single-property matcher test. The second,testSay() uses the multiple-property matcher test by supplying a Map of property names to property values. If you haven’t used EasyMockbefore, this should also serve as an...
Saturday, September 16, 2006
Announcing: EasyMock-PropertyUtils
I’ve created a new open-source project: EasyMock-PropertyUtils.Basically, this library allows you to use JavaBeans-style property matching for arguments when using EasyMock.I plan to add some end-user documentation and blog some more about both EasyMock and this project soon. This is being done separately fromEasyMock because it’s use of non-refactoring safe strings doesn’t fit the philosophy...