I was wondering if anyone knew of a way to check if a List is empty using assertThat() and Matchers?
assertThat()
Matchers
Best way I could see just use JUnit:>
This works:
assertThat(list,IsEmptyCollection.empty())