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