@Test
 public void estimate_size_returns_long_max_value() {
   assertThat(spliterator.estimateSize(), is(Long.MAX_VALUE));
 }