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.

Tooling Up - Implementing test && commit || revert (TCR) In IntelliJ

This post shows how I implemented a minimal test && commit || revert inside InelliJ - and when I say minimal I mean minimal.

Hello World.... erm again

Nearly a year to the day that I posted my original Hello World post..... oh dear.

Oracle MOOC - Java Virtual Machine Troubleshooting (2018)

ts been a while since I have completed one of the Oracle MOOC (Massive Open Online Courses). This one on troubleshooting the JVM and OutOfMemoryErrors was particularly good.

Continuous Feedback With TDD & Auto Running Tests

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

Do You Bake or Fry

A quick discussion on the pros and cons of a static versus dynamic website. I also give a little bit of an insight as to why I am using a static site and what I am using to bake it with.

Hello World

The customary first post. Nothing much to see here..... move along :)