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