\JLinkedinStreamTest
Test class for JLinkedinStream.
Synopsis
class JLinkedinStreamTest
extends TestCase
{
- // members
- protected JRegistry $options;
- protected JHttp $client;
- protected JInput $input;
- protected JLinkedinStream $object;
- protected JLinkedinOAuth $oauth;
- protected $sampleString;
- protected $errorString;
- // Inherited members from TestCase
- protected $expectedErrors;
- // methods
- protected void setUp()
- protected void tearDown()
- public array seedShare()
- public void testShare()
- public void testShareFailure()
- public void testReshare()
- public void testReshareFailure()
- public array seedIdUrl()
- public void testGetCurrentShare()
- public void testGetCurrentShareFailure()
- public void testGetShareStream()
- public void testGetShareStreamFailure()
- public array seedId()
- public void testGetNetworkUpdates()
- public void testGetNetworkUpdatesFailure()
- public void testGetNetworkStats()
- public void testGetNetworkStatsFailure()
- public void testPostNetworkUpdate()
- public void testPostNetworkUpdateFailure()
- public void testGetComments()
- public void testGetCommentsFailure()
- public void testPostComment()
- public void testPostCommentFailure()
- public void testGetLikes()
- public void testGetLikesFailure()
- public void test_likeUnlike()
- public void testLike()
- public void testLikeFailure()
- public void testUnlike()
- // 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
- $input — JInput
- $oauth — JLinkedinOAuth
- $object — JLinkedinStream
- $options — JRegistry
- $sampleString — string
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
- seedId() — Provides test data for request format detection.
- seedIdUrl() — Provides test data for request format detection.
- testGetComments() — Tests the getComments method
- testGetCommentsFailure() — Tests the getComments method - failure
- testGetLikes() — Tests the geLikes method
- testGetLikesFailure() — Tests the geLikes method - failure
- testGetNetworkStats() — Tests the getNetworkStats method
- testGetNetworkStatsFailure() — Tests the getNetworkStats method - failure
- testGetNetworkUpdates() — Tests the getNetworkUpdates method
- testGetNetworkUpdatesFailure() — Tests the getNetworkUpdates method - failure
- testLike() — Tests the like method
- testLikeFailure() — Tests the like method - failure
- testPostComment() — Tests the postComment method
- testPostCommentFailure() — Tests the postComment method - failure
- testPostNetworkUpdate() — Tests the postNetworkUpdate method
- testPostNetworkUpdateFailure() — Tests the postNetworkUpdate method - failure
- testUnlike() — Tests the unlike method
- test_likeUnlike() — Tests the _likeUnlike 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.