emptyiterable ex
This commit is contained in:
parent
4e7efb1395
commit
75afb5da3e
|
@ -57,7 +57,6 @@ public class HamcrestExamplesUnitTest {
|
|||
public final void givenCollectionIsEmpty_whenChecking_thenEmpty() {
|
||||
final List<String> collection = Lists.newArrayList();
|
||||
assertThat(collection, empty());
|
||||
assertThat(collection, emptyIterable());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue