Po zainstalowaniu IntelliJ IDEA, mamy do wykonania jeszcze dwie czynnosci
1) Instalacja schematu kolorow: http://tedwise.com/2009/02/26/dark-pastels-theme-for-intellij-idea/
2) Dodanie szablonu do testow (Settings -> Live templates):
@Test
public void should$NAME$() throws Exception {
// Given
$END$
// When
// Then
}

