Articles, dummyCategory

Java Properties

The Java Properties class is like a Map of String, String key-value pairs, which can read and write the properties from and to a property file on disk.

Articles, dummyCategory

What’s New in JUnit 5.5

A new minor version of JUnit 5, 5.5, was released on June 30th. That means it’s time for yet another article looking at what’s new in this release of JUnit 5! The JUnit team keeps up th…