Below you will find pages that utilize the taxonomy term “tdd”
Posts
Building a Camel Case @DisplayNameGenerator For JUnit 5
I think it is fair to say that JUnit has been my go to unit testing framework for quite a while. I have used TestNG on some pretty major projects where it was already in use (and it has some awesome features) but if I am building something from scratch, I will most likely reach for the JUnit maven dependencies.
This was solidified even further with the release of JUnit 5.
Posts
Continuous Feedback With TDD & Auto Running Tests
This is the first of my ‘reference’ posts which pretty much means I am writing about it here so I don’t forget about it in the future.
This post it about configuring your dev environment to provide you with continuous feedback while writing your code. All of this came about after a conversation with another developer on my team about how to setup IntelliJ to run tests automatically. We were looking at plugins such as Infinitest but it all seemed a little clunky and crashed every so often.