@Test(expected = BasicElementFinder.ResultNotFoundException.class)
 public void throw_exception_when_result_has_not_been_parsed_or_found_and_a_result_is_popped()
     throws Exception {
   elementCreator.popResultOrThrow();
 }