\JViewLegacyTest
Test class for JViewLegacy.
Synopsis
class JViewLegacyTest
extends TestCase
{
- // members
- protected JViewLegacy $class;
- // Inherited members from TestCase
- protected $expectedErrors;
- // methods
- public void test__Construct()
- public void testDisplay()
- public void testAssign()
- public void testAssignRef()
- public void testEscape()
- public void testGet()
- public void testGetLayout()
- public void testGetModel()
- public void testGetLayoutTemplate()
- public void testGetName()
- public void testGetNameCamelCase()
- public void testGetNameMultipleUppercase()
- public void testGetNameMultiLevelCamelCase()
- public void testGetNameFormat()
- public void testSetModel()
- public void testSetLayout()
- public void testSetLayoutExt()
- public void testSetEscape()
- public void testAddTemplatePath()
- public void testAddHelperPath()
- public void testLoadTemplate()
- public void testLoadHelper()
- public void test_setPath()
- public void test_addPath()
- public void test_createFileName()
- protected void setUp()
- protected void tearDown()
- // 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 |
---|---|
63+ | Implement test__Construct(). |
76+ | Implement testDisplay(). |
89+ | Implement testAssign(). |
102+ | Implement testAssignRef(). |
115+ | Implement testEscape(). |
450+ | Implement testLoadTemplate(). |
463+ | Implement testLoadHelper(). |
476+ | Implement test_setPath(). |
542+ | Implement test_createFileName(). |
Members
protected
- $class
—
JViewLegacy
An instance of the test object. - $expectedErrors — array
Methods
protected
- setUp() — Sets up the fixture.
- tearDown() — Overrides the parent tearDown method.
public
- testAddHelperPath() — Test JViewLegacy::addHelperPath()
- testAddTemplatePath() — Test JViewLegacy::addTemplatePath()
- testAssign() — Test JViewLegacy::assign
- testAssignRef() — Test JViewLegacy::assignRef
- testDisplay() — Test JViewLegacy::display
- testEscape() — Test JViewLegacy::escape
- testGet() — Test JViewLegacy::get()
- testGetLayout() — Test JViewLegacy::getLayout()
- testGetLayoutTemplate() — Test JViewLegacy::getLayoutTemplate()
- testGetModel() — Test JViewLegacy::getModel()
- testGetName() — Test JViewLegacy::getName()
- testGetNameCamelCase() — Test JViewLegacy::getName()
- testGetNameFormat() — Test JViewLegacy::getName()
- testGetNameMultiLevelCamelCase() — Test JViewLegacy::getName()
- testGetNameMultipleUppercase() — Test JViewLegacy::getName()
- testLoadHelper() — Test JViewLegacy::loadHelper
- testLoadTemplate() — Test JViewLegacy::leadTemplate
- testSetEscape() — Test JViewLegacy::setEscape()
- testSetLayout() — Test JViewLegacy::setLayout()
- testSetLayoutExt() — Test JViewLegacy::setLayoutExt()
- testSetModel() — Test JViewLegacy::setModel()
- test__Construct() — Test JViewLegacy::__construct
- test_addPath() — Test JViewLegacy::_addPath()
- test_createFileName() — Test JViewLegacy::_createFileName
- test_setPath() — Test JViewLegacy::_setPath
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.