Skip to main content
Category

Blog

Java 8 is here!

By Blog

Java 8 (SE, FX and ME/Embedded) has been released. This major release brings us the most spectecular changes to the Java language since Java 5. Lambda expressions have been added…

Read More

Asserting exceptions

By Blog

Asserting exceptions in unit tests is often forgotten or thought of as not useful. However a (very) crucial part of the flow of an application is contained in the bad…

Read More