I would highly recommend wrapping your interactions with the google
maps API and test against that wrapper, rather than against the real
API. This will keep you isolated from their library, ensuring control
over your own code changes.
Basically, just write small routines that are related to your domain
that then call the google maps API from that. If you want to test the
wrapper, you can pass a spy in and verify that the appropriate calls
were made.
-Corey
> --
> You received this message because you are subscribed to the Google Groups "Jasmine" group.
> To post to this group, send email to jasmi...@googlegroups.com.
> To unsubscribe from this group, send email to jasmine-js+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/jasmine-js?hl=en.
>
>
--
http://www.coreyhaines.com
The Internet's Premiere source of information about Corey Haines