use of org.musicbrainz.android.api.data.UserCollectionInfo in project musicbrainz-android by jdamcd.
the class CollectionListLookupTest method testFirstResult.
@Test
public void testFirstResult() {
UserCollectionInfo first = collections.get(0);
assertEquals("afc8bea7-5ffc-488d-b32f-38e71bdd9e4e", first.getMbid());
assertEquals("Want list", first.getName());
assertEquals("jdamcd", first.getEditor());
assertEquals(1, first.getCount());
}
Aggregations