\JHtmlBehaviorTest
Test class for JHtmlBehavior.
Synopsis
class JHtmlBehaviorTest
extends TestCase
{
- // members
- protected $backupServer;
- // Inherited members from TestCase
- protected $expectedErrors;
- // methods
- protected void setUp()
- protected void tearDown()
- public array getFrameworkData()
- public void testFramework()
- public array getCaptionData()
- public void testCaption()
- public void testFormvalidation()
- public void testSwitcher()
- public void testCombobox()
- public array getTooltipData()
- public void testTooltip()
- public array getModalData()
- public void testModal()
- public array getMultiselectData()
- public void testMultiselect()
- public array getTreeData()
- public void testTree()
- public void testCalendar()
- public void testColorpicker()
- public void testKeepalive()
- public void testNoFrames()
- // 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
Tasks
Tasks
Line | Task |
---|---|
117 | We need to mock this. |
169 | We need to mock this. |
200 | We need to mock this. |
231 | We need to mock this. |
262 | We need to mock this. |
340 | We need to mock this. |
418 | We need to mock this. |
481 | We need to mock this. |
540 | We need to mock this. |
571 | We need to mock this. |
602 | We need to mock this. |
633 | We need to mock this. |
664 | We need to mock this. |
Members
protected
- $backupServer
—
array
Backup of the SERVER superglobal - $expectedErrors — array
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
- tearDown() — Tears down the fixture, for example, closes a network connection.
public
- getCaptionData() — Data for the testCaption method
- getFrameworkData() — Data for the testFramework method
- getModalData() — Data for the testModal method
- getMultiselectData() — Data for the testMultiselect method
- getTooltipData() — Data for the testTooltip method
- getTreeData() — Data for the testTree method
- testCalendar() — Tests the calendar method.
- testCaption() — Tests the caption method.
- testColorpicker() — Tests the colorpicker method.
- testCombobox() — Tests the combobox method.
- testFormvalidation() — Tests the formvalidation method.
- testFramework() — Tests the framework method.
- testKeepalive() — Tests the keepalive method.
- testModal() — Tests the modal method.
- testMultiselect() — Tests the multiselect method.
- testNoFrames() — Tests the noframes method.
- testSwitcher() — Tests the switcher method.
- testTooltip() — Tests the tooltip method.
- testTree() — Tests the tree 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.