Ger Hennessy
Results
1
issues of
Ger Hennessy
suggestion: would be good to duplicate not(T value) with isNot(T value) not(Matcher matcher) with doesNot(Matcher matcher) hasX(...) with (haveX(...)) for reasons of grammer assertThat(myList, doesNot(haveItem(myItem)); assertThat(mySet, isNot(empty));
enhancement