com.sola.instagram.test
Class InstagramSessionTest

java.lang.Object
  extended by com.sola.instagram.test.InstagramSessionTest

public class InstagramSessionTest
extends java.lang.Object


Constructor Summary
InstagramSessionTest()
           
 
Method Summary
 void testGetFeed()
           
 void testGetFollowers()
           
 void testGetFollowRequests()
           
 void testGetFollows()
           
 void testGetLikedMedia()
           
 void testGetLocation()
           
 void testGetMedia()
           
 void testGetPopularMedia()
           
 void testGetRecentMediaForTag()
           
 void testGetRecentMediaFromLocation()
           
 void testGetRecentPublishedMedia()
           
 void testGetRelationshipWith()
           
 void testGetTag()
           
 void testGetUserById()
           
 void testLikingAndUnlikingMedia()
           
 void testModifyRelationship()
           
 void testPostComment()
           
 void testRemoveComment()
           
 void testSearchMedia()
           
 void testSearchTags()
           
 void testSearchUsersByName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstagramSessionTest

public InstagramSessionTest()
Method Detail

testGetUserById

public void testGetUserById()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetRecentPublishedMedia

public void testGetRecentPublishedMedia()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetFeed

public void testGetFeed()
                 throws java.lang.Exception,
                        JSONException
Throws:
java.lang.Exception
JSONException

testGetLikedMedia

public void testGetLikedMedia()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testGetMedia

public void testGetMedia()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testSearchMedia

public void testSearchMedia()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetPopularMedia

public void testGetPopularMedia()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testSearchUsersByName

public void testSearchUsersByName()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testGetFollows

public void testGetFollows()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testGetFollowers

public void testGetFollowers()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testGetFollowRequests

public void testGetFollowRequests()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testGetRelationshipWith

public void testGetRelationshipWith()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testModifyRelationship

public void testModifyRelationship()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testPostComment

public void testPostComment()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testRemoveComment

public void testRemoveComment()
                       throws java.lang.Exception,
                              java.lang.InterruptedException
Throws:
java.lang.Exception
java.lang.InterruptedException

testLikingAndUnlikingMedia

public void testLikingAndUnlikingMedia()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testGetTag

public void testGetTag()
                throws java.lang.Exception
Throws:
java.lang.Exception

testGetRecentMediaForTag

public void testGetRecentMediaForTag()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testSearchTags

public void testSearchTags()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testGetLocation

public void testGetLocation()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetRecentMediaFromLocation

public void testGetRecentMediaFromLocation()
                                    throws java.lang.Exception
Throws:
java.lang.Exception