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 voidtestGet()TestsPaginatedList.get(int).voidtestSize()TestsPaginatedList.size().
-
-
-
Method Detail
-
testGet
public void testGet()
TestsPaginatedList.get(int).
-
testSize
public void testSize()
TestsPaginatedList.size().
-
-