Whereas the unit test generation for Java class Idea adds static imports by default
import static org.junit.Assert.*;
I want to expand this section with a few more imported files, but I couldn't find a place to customize them.
I am using IntelliJ IDEA 2017.1 Ultimate
source
to share