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