\JUserTest
Test class for JUser.
Generated by PHPUnit on 2012-01-22 at 02:37:10.
Synopsis
class JUserTest
extends TestCaseDatabase
{
- // members
- protected JUser $object;
- // Inherited members from TestCaseDatabase
- protected JDatabaseDriver $driver;
- // methods
- protected void setUp()
- protected void tearDown()
- protected PHPUnit_Extensions_Database_DataSet_CsvDataSet getDataSet()
- public array casesGetInstance()
- public void testGetInstance()
- public void testGetInstanceError()
- public void testParameter()
- public array casesAuthorise()
- public void testAuthorise()
- public void testGetAuthorisedCategories()
- public array casesGetAuthorisedViewLevels()
- public void testGetAuthorisedViewLevels()
- public void testGetAuthorisedGroups()
- public void testSetLastVisit()
- public void testSetParameters()
- public void testGetTable()
- public void testBind()
- public void testSave()
- public void testDelete()
- public array casesLoad()
- public void testLoad()
- // Inherited methods from TestCaseDatabase
- public static bool errorCallback()
- public static void setUpBeforeClass()
- public static void tearDownAfterClass()
- public void assignMockCallbacks()
- public void assignMockReturns()
- 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()
- protected PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection getConnection()
- protected PHPUnit_Extensions_Database_DataSet_XmlDataSet getDataSet()
- protected PHPUnit_Extensions_Database_Operation_DatabaseOperation getSetUpOperation()
- protected PHPUnit_Extensions_Database_Operation_DatabaseOperation getTearDownOperation()
- protected void restoreFactoryState()
- protected void saveErrorHandlers()
- protected void saveFactoryState()
- protected void setErrorHandlers()
- protected void setErrorCallback()
- protected void setUp()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
264+ | Implement testGetAuthorisedCategories(). |
336+ | Implement testGetAuthorisedGroups(). |
372+ | Implement testSetParameters(). |
388+ | Implement testGetTable(). |
404+ | Implement testBind(). |
448+ | Implement testSave(). |
464+ | Implement testDelete(). |
Members
protected
- $driver — JDatabaseDriver
- $object — JUser
Methods
protected
- getDataSet() — Gets the data set to be loaded into the database during setup
- setUp() — Sets up the fixture.
- tearDown() — Overrides the parent tearDown method.
public
- casesAuthorise() — Test cases for testAuthorise
- casesGetAuthorisedViewLevels() — Test cases for testGetAuthorisedViewLevels
- casesGetInstance() — Test cases for getInstance
- casesLoad() — Test cases for testLoad
- testAuthorise() — Tests JUser::authorise().
- testBind() — Test...
- testDelete() — Test...
- testGetAuthorisedCategories() — Test getAuthorisedCategories
- testGetAuthorisedGroups() — Test...
- testGetAuthorisedViewLevels() — Tests JUser::getAuthorisedViewLevels().
- testGetInstance() — Tests JUser::getInstance().
- testGetInstanceError() — Tests JUser::getInstance() with an error
- testGetTable() — Test...
- testLoad() — Tests JUser::load().
- testParameter() — Tests JUser Parameter setting and retrieval.
- testSave() — Test...
- testSetLastVisit() — Tests JUser::setLastVisit().
- testSetParameters() — Test the setParameters method.
Inherited from TestCaseDatabase
protected
- getConnection() — Returns the default database connection for running the tests.
- getDataSet() — Gets the data set to be loaded into the database during setup
- getSetUpOperation() — Returns the database operation executed in test setup.
- getTearDownOperation() — Returns the database operation executed in test cleanup.
- 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() — Sets up the fixture.
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.
- 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.
- setUpBeforeClass() — This method is called before the first test of this test class is run.
- tearDownAfterClass() — This method is called after the last test of this test class is run.