\JMailTest
Test class for JMail.
Generated by PHPUnit on 2011-10-26 at 19:32:59.
Synopsis
class JMailTest
extends TestCase
{
- // members
- protected JMail $object;
- // Inherited members from TestCase
- protected $expectedErrors;
- // methods
- protected void setUp()
- protected void tearDown()
- public void testGetInstance()
- public void testSend()
- public void testSetSender()
- public void testSetSubject()
- public void testSetBody()
- public array seedTestAdd()
- public void testAdd()
- public void testAddRecipient()
- public void testAddCC()
- public void testAddBCC()
- public void testAddAttachment()
- public void testAddReplyTo()
- public void testIsHTML()
- public void testUseSendmail()
- public array dataUseSMTP()
- public void testUseSMTP()
- public void testSendMail()
- public void testSendAdminMail()
- // 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 |
---|---|
56+ | Implement testGetInstance(). |
71+ | Implement testSend(). |
86+ | Implement testSetSender(). |
101+ | Implement testSetSubject(). |
116+ | Implement testSetBody(). |
259+ | Implement testAddAttachment(). |
319+ | Implement testUseSendmail(). |
391+ | Implement testSendMail(). |
406+ | Implement testSendAdminMail(). |
Members
protected
- $expectedErrors — array
- $object — JMail
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
- dataUseSMTP() — Test data for testUseSMTP method
- seedTestAdd() — Provides test data for request format detection.
- testAdd() — Tests the add method
- testAddAttachment() — Test...
- testAddBCC() — Tests the addBCC method.
- testAddCC() — Tests the addCC method.
- testAddRecipient() — Tests the addRecipient method.
- testAddReplyTo() — Tests the addReplyTo method.
- testGetInstance() — Test...
- testIsHTML() — Tests the IsHTML method.
- testSend() — Test...
- testSendAdminMail() — Test...
- testSendMail() — Test...
- testSetBody() — Test...
- testSetSender() — Test...
- testSetSubject() — Test...
- testUseSMTP() — Test for the JMail::useSMTP method.
- testUseSendmail() — Test...
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.