-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Category Archives: testing
Jacoco, Tycho, and Coverage Reports
It’s been a while since I posted here. Most of my postings are now on Google+ or via twitter. However, neither place does well for code snippets so here I am. If you are using Tycho and want Java … Continue reading
Posted in build, craftsmanship, eclipse, maven, release engineering, testing, tycho
7 Comments
Testing Turmeric SOA Web Services
With the recent release of Turmeric SOA 1.1.0, I thought it was a good time to revist some of the tutorials around Turmeric. While working on updating some these, I realised we can make testing of the web services a … Continue reading
Posted in eclipse, testing, turmeric, web services, wsdl
3 Comments
Developing a M2E 1.0.0 Configuration Plugin
I recently had to go through upgrading from Sonatype M2Eclipse 0.12 to Eclipse M2E 1.0.0. A lot of stuff was fairly easy to get working again, as package names and extension point ids where under new package and ids. … Continue reading
>Tip: Enabling JUnit Short Cuts
>If you are trying to practice Test Driven Development, creating JUnit tests in eclipse can be a real chore at times. I’m not talking about actually writing the tests, but trying to get easy access to the JUnit wizards. The … Continue reading
Posted in agile, eclipse, testing
3 Comments
>Where Do Bugs Hide?
>They hide in the code that is not being executed by your unit tests. The code that is not under test is just an incubator for them to multiply and fester. Along with code reviews, and static code analysis tools, … Continue reading
Posted in build, eclipse, testing, xml
3 Comments
>Keeping Chuck Happy
>This is not a picture you want to see when you visit your build. I unfortunately have been visited by an unhappy Chuck for longer then I should have with the XSL Tools build on Hudson. The culprit in this … Continue reading
Posted in build, eclipse, release engineering, testing
Leave a comment
>Local Continuous Integration with Hudson – Part II
>I’ve found that having a local CI build is actually very beneficial, beyond the the fact that one can truely verify everything is working locally before committing to an upstream repository. It also comes in handy when somebody asks if … Continue reading
Posted in build, eclipse, release engineering, testing
1 Comment
>The Simplest Thing
>There is a great page on Ward Cunningham’s Wiki page entitled “Do the Simplest thing that Could Possibly Work“. Often times we try to over complicate items or don’t take the time to do the simplest thing. I recently had … Continue reading
Posted in build, eclipse, refactoring, testing, xml
Leave a comment
>PsychoPath is a Fast Demon
>I was pinged today on twitter by John Snelson asking if I had been running the XQuery test suite against a XPath 2.0 processor. Those that have been following along know about my battle with a demon known as PsychoPath. … Continue reading
>Cramps from EclipseCon 2010 Selection Process
>This was my first year sitting on the EclipseCon program committee. I was honoured that Oisin asked me to participate, and felt it was an opportunity to help improve on the past programs. Here are some of my personal thoughts … Continue reading
Posted in build, eclipse, eclipsecon, release engineering, testing, xml
2 Comments