Turns assertThat(enumerable).hasSize(0) and similar into assertThat(enumerable).isEmpty() or .isNotEmpty().
Works with anything that is enumerable such as arrays, iterables, collections, etc.