-
Enterprise Java
OSGi Testsuite: Introducing Classname Filters
OSGi Testsuite is a JUnit test-runner that collects dynamically test classes for execution. It has been published by my fellow…
Read More » -
Desktop Java
Efficient Creation of Eclipse Modules with Maven Archetype
Maven Archetype is a project templating toolkit that provides developers with the means to generate parameterized versions of built-in or…
Read More » -
Core Java
Lightweight Integration Tests for Eclipse Extensions
Recently I introduced a little helper for Eclipse extension point evaluation. The auxiliary strives to reduce boilerplate code for common…
Read More » -
Core Java
Clean Unit Test Patterns – Presentation Slides
I was given the opportunity to talk at the GDG DevFestKarlsruhe 2014 conference about ‘Clean Unit Test Patterns’. Thanks to…
Read More » -
Core Java
JUnit in a Nutshell: Unit Test Assertion
This chapter of JUnit in a Nutshell covers various unit test assertion techniques. It elaborates on the pros and cons…
Read More » -
Core Java
JUnit in a Nutshell: Test Runners
The fourth chapter of my multi-part tutorial about JUnit testing essentials explains the purpose of the tool’s exchangable test runners…
Read More » -
Core Java
JUnit in a Nutshell: Test Isolation
Working as a consultant I still meet quite often programmers, who have at most a vague understanding of JUnit and…
Read More » -
Core Java
JUnit in a Nutshell: Hello World
JUnit seems to be the most popular testing tool for developers within the Java world. So it is no wonder…
Read More » -
Core Java
JUnit in a Nutshell: Test Structure
Despite the existence of books and articles about JUnit testing, I still meet quite often programmers, who at most have…
Read More »