JUnit ExpectedException Rule vs. Catch-Exception
Submitted by Tomek Kaczanowski on Mon, 03/25/2013 - 21:46During one of my conference talks I got an interesting question: "why do you prefer to test exceptions using catch-exception library instead of using ExpectedException Rule of JUnit?". This is a good question, so let me answer.
33rd Degree 2013
Submitted by Tomek Kaczanowski on Sun, 03/17/2013 - 00:28I have just returned from 33rd Degree 2013 conference. And I'm very happy I've been there!
Test Code Comments
Submitted by Tomek Kaczanowski on Mon, 03/11/2013 - 20:56Should you put comments in your tests code? Yes? No? Why?
A New-Old Book is Coming
Submitted by Tomek Kaczanowski on Tue, 03/05/2013 - 12:00My blog was quiet recently and for a good reason. The thing is that am working on a new book. Well, on two books, or maybe rather one and a half book. ;) Ok, here is the story.
PIT - development progress - interview February 2013
Submitted by Tomek Kaczanowski on Wed, 02/27/2013 - 20:19Mutation testing - once a academic toy and today a new trend in testing. Let us hear what Henry Coles, author of the PIT Mutation Testing tool, has to say about its development.
Cargo + Maven + Two Tomcats
Submitted by Tomek Kaczanowski on Tue, 01/29/2013 - 21:54Recently I've been struggling to make Maven execute two Tomcat instances (with different applications on different ports). I decided to put a solution here so you don't have to discover it by yourself.
JUnit Strikes Back
Submitted by Tomek Kaczanowski on Mon, 12/17/2012 - 14:16Some time ago I was complaining about the stagnancy of JUnit. This project - even if used by the majority of Java developers - looked abandoned. No new releases, no activity on the mailing list, no updates on the website. However in recent weeks things started to look better. I would like to share with you some comments regarding JUnit current progress.
Jenkins Maven - No SNAPSHOT project in the reactor projects list
Submitted by Tomek Kaczanowski on Thu, 12/13/2012 - 23:56Sometimes when releasing your projects on Jenkins you will encounter this Maven error message:
You don't have a SNAPSHOT project in the reactor projects list
even if your pom.xml contains proper (x.y-SNAPSHOT) version.
Zohhak - JUnit Parameterized
Submitted by Tomek Kaczanowski on Tue, 12/11/2012 - 13:38The default support for parameterized tests is one of the greatest weaknesses of JUnit. Let us see how Zohhak can help.
jDays 2012 - Day 2
Submitted by Tomek Kaczanowski on Wed, 12/05/2012 - 22:16The second day of JDays 2012 in Goteborg, Sweden. A lot of good talks!
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.