When writing your unit tests you often need to test for expected exception. Using JUnit you can test for expected exception in many ways. In this post I’ll cover three ways. In the following text we assume that we have...
Read more
If you have ever needed to create temporary files or folders in your unit test then you know that there is lot of work to cleanup all temporary files and folders. You have to clean up even if the test...
Read more
Gradle is a project automation tool that builds upon the concepts of Ant and Maven but instead of using XML to write the build script it uses a Groovy-based DSL
Gradle can automate the building, testing, publishing, deployment and a...
Read more
One thing you notice when you start using Gradle is the time it can take to run very simple tasks. Even something like listing available tasks usinggradle tasks can take over 10 seconds. When you are developing you want...
Read more
When working with Gradle you often end up with a long list of dependencies. Now the big question is, how can you easily determine if your dependencies are up to date ?Gradle Versions Plugins is here to...
Read more
Welcome to my new web page, it will contain information about myself, my hoppy programming projects and short blog posts about programming subjects, mainly java ad related things.
subscribevia RSS