* Test of getUsersCollection method, of class DoubanCollectionService.
*/
public void testGetUsersCollection_8args() throws Exception {
System.out.println("getUsersCollection");
String userId = "xxx";
CollectionCategory category = CollectionCategory.Movie;
String tag = "";
CollectionStatus status = CollectionStatus.MovieEd;
Integer startIndex = 0;
Integer maxResult = 2;
Date startDate = null;