Lee Turner

A random stream of thoughts and software experiments

Outputting the result of a mockMvc call

How to output the result of a mockmvc call to help with debugging

BlinkyTape JUnit Testwatcher API Implementation

This implementation demonstrates a Junit 5 TestWatcher API implementation that hooks up your tests to a BlinkyTape LED strip.

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.