\JFacebookEventTest
Test class for JFacebookEvent.
Synopsis
class JFacebookEventTest
extends TestCase
{
- // members
- protected JRegistry $options;
- protected JHttp $client;
- protected JFacebookEvent $object;
- protected JFacebookOauth $oauth;
- protected $sampleString;
- protected $errorString;
- protected $sampleUrl;
- // Inherited members from TestCase
- protected $expectedErrors;
- // methods
- protected void setUp()
- public void testGetEvent()
- public void testGetEventFailure()
- public void testGetFeed()
- public void testGetFeedFailure()
- public void testCreateLink()
- public void testCreateLinkFailure()
- public void testDeleteLink()
- public void testDeleteLinkFailure()
- public void testCreatePost()
- public void testCreatePostFailure()
- public void testDeletePost()
- public void testDeletePostFailure()
- public void testCreateStatus()
- public void testCreateStatusFailure()
- public void testDeleteStatus()
- public void testDeleteStatusFailure()
- public void testGetInvited()
- public void testGetInvitedFailure()
- public void testIsInvited()
- public void testIsInvitedFailure()
- public void testCreateInvite()
- public void testCreateInviteFailure()
- public void testDeleteInvite()
- public void testDeleteInviteFailure()
- public void testGetAttending()
- public void testGetAttendingFailure()
- public void testCreateAttending()
- public void testCreateAttendingFailure()
- public void testIsAttending()
- public void testIsAttendingFailure()
- public void testGetMaybe()
- public void testGetMaybeFailure()
- public void testIsMaybe()
- public void testIsMaybeFailure()
- public void testCreateMaybe()
- public void testCreateMaybeFailure()
- public void testGetDeclined()
- public void testGetDeclinedFailure()
- public void testIsDeclined()
- public void testIsDeclinedFailure()
- public void testCreateDeclined()
- public void testCreateDeclinedFailure()
- public void testGetNoreply()
- public void testGetNoreplyFailure()
- public void testIsNoreply()
- public void testIsNoreplyFailure()
- public void testGetPicture()
- public void testGetPictureFailure()
- public void testGetPhotos()
- public void testGetPhotosFailure()
- public void testCreatePhoto()
- public void testCreatePhotoFailure()
- public void testGetVideos()
- public void testGetVideosFailure()
- public void testCreateVideo()
- public void testCreateVideoFailure()
- // 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
protected
- $client — JHttp
- $errorString — string
- $expectedErrors — array
- $oauth — JFacebookOauth
- $object — JFacebookEvent
- $options — JRegistry
- $sampleString — string
- $sampleUrl — string
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testCreateAttending() — Tests the createAttending method.
- testCreateAttendingFailure() — Tests the createAttending method - failure.
- testCreateDeclined() — Tests the createDeclined method.
- testCreateDeclinedFailure() — Tests the createDeclined method - failure.
- testCreateInvite() — Tests the createInvite method.
- testCreateInviteFailure() — Tests the createInvite method - failure.
- testCreateLink() — Tests the createLink method.
- testCreateLinkFailure() — Tests the createLink method - failure.
- testCreateMaybe() — Tests the createMaybe method.
- testCreateMaybeFailure() — Tests the createMaybe method - failure.
- testCreatePhoto() — Tests the createPhoto method.
- testCreatePhotoFailure() — Tests the createPhoto method - failure.
- testCreatePost() — Tests the createPost method.
- testCreatePostFailure() — Tests the createPost method - failure.
- testCreateStatus() — Tests the createStatus method.
- testCreateStatusFailure() — Tests the createStatus method - failure.
- testCreateVideo() — Tests the createVideo method.
- testCreateVideoFailure() — Tests the createVideo method - failure.
- testDeleteInvite() — Tests the deleteInvite method.
- testDeleteInviteFailure() — Tests the deleteInvite method - failure.
- testDeleteLink() — Tests the deleteLink method.
- testDeleteLinkFailure() — Tests the deleteLink method - failure.
- testDeletePost() — Tests the deletePost method.
- testDeletePostFailure() — Tests the deletePost method - failure.
- testDeleteStatus() — Tests the deleteStatus method.
- testDeleteStatusFailure() — Tests the deleteStatus method - failure.
- testGetAttending() — Tests the getAttending method.
- testGetAttendingFailure() — Tests the getAttending method - failure.
- testGetDeclined() — Tests the getDeclined method.
- testGetDeclinedFailure() — Tests the getDeclined method - failure.
- testGetEvent() — Tests the getEvent method
- testGetEventFailure() — Tests the getEvent method - failure
- testGetFeed() — Tests the getFeed method.
- testGetFeedFailure() — Tests the getFeed method - failure.
- testGetInvited() — Tests the getInvited method.
- testGetInvitedFailure() — Tests the getInvited method - failure.
- testGetMaybe() — Tests the getMaybe method.
- testGetMaybeFailure() — Tests the getMaybe method - failure.
- testGetNoreply() — Tests the getNoreply method.
- testGetNoreplyFailure() — Tests the getNoreply method - failure.
- testGetPhotos() — Tests the getPhotos method.
- testGetPhotosFailure() — Tests the getPhotos method - failure.
- testGetPicture() — Tests the getPicture method.
- testGetPictureFailure() — Tests the getPicture method - failure.
- testGetVideos() — Tests the getVideos method.
- testGetVideosFailure() — Tests the getVideos method - failure.
- testIsAttending() — Tests the isAttending method.
- testIsAttendingFailure() — Tests the isAttending method - failure.
- testIsDeclined() — Tests the isDeclined method.
- testIsDeclinedFailure() — Tests the isDeclined method - failure.
- testIsInvited() — Tests the isInvited method.
- testIsInvitedFailure() — Tests the isInvited method - failure.
- testIsMaybe() — Tests the isMaybe method.
- testIsMaybeFailure() — Tests the isMaybe method - failure.
- testIsNoreply() — Tests the isNoreply method.
- testIsNoreplyFailure() — Tests the isNoreply method - failure.
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.