``` given: GoogleGeocodingApi geoco...
# getting-started
b
Copy code
given:
        GoogleGeocodingApi geocodingApi = Stub(GoogleGeocodingApi)
        geocodingApi.findCoordinates(_ as String) >> new Location(-33.897, 151.1793)
        ZomatoApi zomatoApi = new ZomatoApi(geocodingApi)