Beispiel #1
0
 @Test
 public void converts_nil_to_an_empty_list() {
   assertThat(Streams.nil().toList(), is(empty()));
 }