org.skyscreamer.yoga.demo.test
Class UserControllerTest

java.lang.Object
  extended by org.skyscreamer.yoga.demo.test.AbstractTest
      extended by org.skyscreamer.yoga.demo.test.UserControllerTest

public class UserControllerTest
extends AbstractTest

Created by IntelliJ IDEA. User: Carter Page


Constructor Summary
UserControllerTest()
           
 
Method Summary
 void testDeepDiveSelector()
           
 void testGetNonExistentUser()
           
 void testGetUser()
           
 void testGetUsers()
           
 void testGetUserWithFriends()
           
 void testGetUserWithSelector()
           
 void testRecommendedAlbums()
           
 
Methods inherited from class org.skyscreamer.yoga.demo.test.AbstractTest
getJSONArray, getJSONObject, testForNavigationLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserControllerTest

public UserControllerTest()
Method Detail

testGetUser

public void testGetUser()
                 throws Exception
Throws:
Exception

testGetNonExistentUser

public void testGetNonExistentUser()
                            throws Exception
Throws:
Exception

testGetUsers

public void testGetUsers()
                  throws Exception
Throws:
Exception

testGetUserWithSelector

public void testGetUserWithSelector()
                             throws Exception
Throws:
Exception

testGetUserWithFriends

public void testGetUserWithFriends()
                            throws Exception
Throws:
Exception

testDeepDiveSelector

public void testDeepDiveSelector()
                          throws Exception
Throws:
Exception

testRecommendedAlbums

public void testRecommendedAlbums()
                           throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.