I use Hamcrest-style assertions (`assertThat(value...
# spek
h
I use Hamcrest-style assertions (
assertThat(value, matcher
) a lot and find it a bit cumbersome to import all these matchers. Also auto-complete is not so nice with Hamcrest.