Lee Turner

A random stream of thoughts and software experiments

Building a Camel Case @DisplayNameGenerator For JUnit 5

I am loving the new JUnit 5 features and the @DisplayName annotation seemed like a great idea. However, it was a lot of work to write and keep updated - especially when you like to write descriptive test method names. It just seemed like unnecessary duplication. With the latest JUnit 5.4 release and the new @DisplayNameGenerator API all of that will change.

Continuous Feedback With TDD & Auto Running Tests

Listen to your code and evolve your design using TDD and auto running tests.