Package org.vx68k.bitbucket.api.client
Class PaginatedListTest
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.PaginatedListTest
-
public class PaginatedListTest extends Object
Unit tests forPaginatedList
.- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description PaginatedListTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGet()
TestsPaginatedList.get(int)
.void
testSize()
TestsPaginatedList.size()
.
-
-
-
Method Detail
-
testGet
public void testGet()
TestsPaginatedList.get(int)
.
-
testSize
public void testSize()
TestsPaginatedList.size()
.
-
-