emptyiterable ex

This commit is contained in:
Loredana Crusoveanu 2018-05-08 21:21:22 +03:00
parent 4e7efb1395
commit 75afb5da3e
1 changed files with 0 additions and 1 deletions

View File

@ -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