\JGoogleEmbedMapsTest
Test class for JGoogle.
Synopsis
class JGoogleEmbedMapsTest
extends TestCase
{
- // members
- protected JRegistry $options;
- protected JUri $uri;
- protected JHttp $http;
- protected JGoogle $object;
- // Inherited members from TestCase
- protected $expectedErrors;
- // methods
- protected void setUp()
- public void testGetKey()
- public void testSetKey()
- public void testGetMapID()
- public void testSetMapID()
- public void testGetMapClass()
- public void testSetMapClass()
- public void testGetMapStyle()
- public void testSetMapStyle()
- public void testGetMapType()
- public void testSetMapType()
- public void testGetAdditionalMapOptions()
- public void testSetAdditionalMapOptions()
- public void testGetAdditionalJavascript()
- public void testSetAdditionalJavascript()
- public void testGetZoom()
- public void testSetZoom()
- public void testGetCenter()
- public void testSetCenter()
- public void testAddMarker()
- public void testListMarkers()
- public void testDeleteMarkers()
- public void testDeleteMarkersException()
- public void testIsAsync()
- public void testUseAsync()
- public void testUseSync()
- public void testGetAsyncCallback()
- public void testSetAsyncCallback()
- public void testHasSensor()
- public void testUseSensor()
- public void testNoSensor()
- public void testGetAutoload()
- public void testSetAutoload()
- public void testGetHeader()
- public void testGetHeaderException()
- public void testGetBody()
- public void testEchoHeader()
- public void testEchoBody()
- public void testGeocodeAddress()
- public void testGeocodeAddress400()
- public void testGeocodeAddressBadJson()
- // Inherited methods from TestCase
- public static boolean errorCallback()
- public void assignMockCallbacks()
- public void assignMockReturns()
- public JException expectedErrorCallback()
- public JApplication getMockApplication()
- public JApplicationCms getMockCmsApp()
- public JConfig getMockConfig()
- public JDatabase getMockDatabase()
- public JEventDispatcher getMockDispatcher()
- public JDocument getMockDocument()
- public JLanguage getMockLanguage()
- public JSession getMockSession()
- public JApplicationWeb getMockWeb()
- public void setExpectedError()
- protected void restoreErrorHandlers()
- protected void restoreFactoryState()
- protected void saveErrorHandlers()
- protected void saveFactoryState()
- protected void setErrorHandlers()
- protected void setErrorCallback()
- protected void setUp()
- protected void tearDown()
Hierarchy
Extends
Members
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testAddMarker() — Tests the addMarker method
- testDeleteMarkers() — Tests the deleteMarkers method
- testDeleteMarkersException() — Tests the deleteMarkers method with an out of bounds index
- testEchoBody() — Tests the echoBody method
- testEchoHeader() — Tests the echoHeader method
- testGeocodeAddress() — Tests the geocodeAddress method
- testGeocodeAddress400() — Tests the geocodeAddress method with 400 error
- testGeocodeAddressBadJson() — Tests the geocodeAddress method with bad json
- testGetAdditionalJavascript() — Tests the getAdditionalJavascript method
- testGetAdditionalMapOptions() — Tests the getAdditionalMapOptions method
- testGetAsyncCallback() — Tests the getAsyncCallback method
- testGetAutoload() — Tests the getAutoload method
- testGetBody() — Tests the getBody method
- testGetCenter() — Tests the getCenter method
- testGetHeader() — Tests the getHeader method
- testGetHeaderException() — Tests the getHeader method without a key
- testGetKey() — Tests the getKey method
- testGetMapClass() — Tests the getMapClass method
- testGetMapID() — Tests the getMapID method
- testGetMapStyle() — Tests the getMapStyle method
- testGetMapType() — Tests the getMapType method
- testGetZoom() — Tests the getZoom method
- testHasSensor() — Tests the hasSensor method
- testIsAsync() — Tests the isAsync method
- testListMarkers() — Tests the listMarkers method
- testNoSensor() — Tests the noSensor method
- testSetAdditionalJavascript() — Tests the setAdditionalJavascript method
- testSetAdditionalMapOptions() — Tests the setAdditionalMapOptions method
- testSetAsyncCallback() — Tests the setAsyncCallback method
- testSetAutoload() — Tests the setAutoload method
- testSetCenter() — Tests the setCenter method
- testSetKey() — Tests the setKey method
- testSetMapClass() — Tests the setMapClass method
- testSetMapID() — Tests the setMapID method
- testSetMapStyle() — Tests the setMapStyle method
- testSetMapType() — Tests the setMapType method
- testSetZoom() — Tests the setZoom method
- testUseAsync() — Tests the useAsync method
- testUseSensor() — Tests the useSensor method
- testUseSync() — Tests the useAsync method
Inherited from TestCase
protected
- restoreErrorHandlers() — Sets the JError error handlers.
- restoreFactoryState() — Sets the Factory pointers
- saveErrorHandlers() — Saves the current state of the JError error handlers.
- saveFactoryState() — Saves the Factory pointers
- setErrorCallback() — Sets the JError error handlers to callback mode and points them at the test logging method.
- setErrorHandlers() — Sets the JError error handlers.
- setUp() — Overrides the parent setup method.
- tearDown() — Overrides the parent tearDown method.
public
- assignMockCallbacks() — Assigns mock callbacks to methods.
- assignMockReturns() — Assigns mock values to methods.
- errorCallback() — Receives the callback from JError and logs the required error information for the test.
- expectedErrorCallback() — Callback receives the error from JError and deals with it appropriately If a test expects a JError to be raised, it should call this setExpectedError first If you don't call this method first, the test will fail.
- getMockApplication() — Gets a mock application object.
- getMockCmsApp() — Gets a mock CMS application object.
- getMockConfig() — Gets a mock configuration object.
- getMockDatabase() — Gets a mock database object.
- getMockDispatcher() — Gets a mock dispatcher object.
- getMockDocument() — Gets a mock document object.
- getMockLanguage() — Gets a mock language object.
- getMockSession() — Gets a mock session object.
- getMockWeb() — Gets a mock web object.
- setExpectedError() — Tells the unit tests that a method or action you are about to attempt is expected to result in JError::raiseSomething being called.