Fighting Testing Boilerplate with IntelliJ IDEA Live Templates
This article will focus on JUnit 5, but most of the things should be applicable for any other testing framework, your imagination is the only limit. JUnit5 File and code templates IntelliJ IDEA allows creating test classes with the following shortcut (Ctrl + Shift + T / ⇧ + ⌘ + T). This window allows …
Fighting Testing Boilerplate with IntelliJ IDEA Live Templates Read More »