@Test
 public void try_split_returns_null() {
   assertThat(spliterator.trySplit(), is(nullValue()));
 }