Java 7 New Features Cookbook - Book Review
Submitted by Tomek Kaczanowski on Sun, 06/03/2012 - 18:56This is a review of "Java 7 New Features Cookbook" book by Richard M. Reese, and Jennifer L. Reese (Packt Pub, 2012)
A Glimpse of Awaitility
Submitted by Tomek Kaczanowski on Wed, 05/30/2012 - 20:39Today I had a task to first deploy a webapp and then verify whether it was properly deployed. Obviously there are things to consider:
- it takes time till the app is deployed and started,
- it is hard to say how long it takes.
One solution would be to wait for some safe time (2 minutes? 3 minutes?) and then check if the app responds to requests. Yes, but it would be definitely more efficient to do it in some kind of a loop, so you do not waste too much time if, for example, everything is up and ready in 1 minute 20 seconds.
Jenkins Plugins - View Customization
Submitted by Tomek Kaczanowski on Mon, 05/28/2012 - 18:26Jenkins provides a lot of useful plugins but you do not need all of them. Here is the list of plugins I use to customize the view of Jenkins.
GeeCON 2012: Been There, Done That
Submitted by Tomek Kaczanowski on Mon, 05/21/2012 - 21:30Below you will find my notes taken during and after GeeCON 2012 event. Much more could be said about this fantastic event but this is what I managed to write down. Enjoy!
GeeCON 2012: Bad Tests, Good Tests
Submitted by Tomek Kaczanowski on Sun, 05/20/2012 - 23:09Slides from my GeeCON 2012 talk "Bad Tests, Good Tests" along with the links to the technologies mentioned there.
Flyway - first impressions
Submitted by Tomek Kaczanowski on Wed, 05/09/2012 - 20:20After some discussion we decided to use Flyway for our db management. In this post I share some first impressions.
Why TestNG and not JUnit?
Submitted by Tomek Kaczanowski on Mon, 04/23/2012 - 20:44Recently I've joined a new team and I wanted to persuade my colleagues to migrate from JUnit to TestNG. I decided to prepare a short presentation to convince them. I publish it here hoping that you will find it useful.
PIT Mutation Testing Progress
Submitted by Tomek Kaczanowski on Fri, 04/20/2012 - 08:42Few comments on the latest development of PIT Mutation Testing.
From JUnit to TestNG - migration story
Submitted by Tomek Kaczanowski on Sun, 04/08/2012 - 21:13I've joined a new team recently and (to my horror and dismay ;) I've found out that we use JUnit! Well, I just had to do something about it, namely switch to TestNG ASAP! :)
Looking for bad tests!
Submitted by Tomek Kaczanowski on Wed, 04/04/2012 - 17:58I'm looking for bad test code, so if you have some, please send me!
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.
