org.skyscreamer.yoga.demo.test
Class UserControllerTest

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

public class UserControllerTest
extends Object

Created by IntelliJ IDEA. User: Carter Page


Constructor Summary
UserControllerTest()
           
 
Method Summary
 void testDeepDiveSelector()
           
 void testGetNonExistentUser()
           
 void testGetTooMuchData()
           
 void testGetUser()
           
 void testGetUsers()
           
 void testGetUserWithFriends()
           
 void testGetUserWithSelector()
           
 void testMetaData()
           
 void testRecommendedAlbums()
           
 
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

testGetTooMuchData

public void testGetTooMuchData()
                        throws Exception
Throws:
Exception

testMetaData

public void testMetaData()
                  throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.