public class

TestPaginationSupport

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ bucket.core.actions.TestPaginationSupport

Summary

Public Constructors
TestPaginationSupport()
Public Methods
void testGetNextStartIndex()
void testGetNextStartIndexes()
void testGetNiceEndIndex()
void testGetNiceStartIndex()
void testGetPage()
void testGetPreviousStartIndex()
void testGetPreviousStartIndexes()
void testGetStartIndex()
void testPageSizeAndStartIndexIsRespected()
void testSetPageSize()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestPaginationSupport ()

Public Methods

public void testGetNextStartIndex ()

public void testGetNextStartIndexes ()

public void testGetNiceEndIndex ()

public void testGetNiceStartIndex ()

public void testGetPage ()

public void testGetPreviousStartIndex ()

public void testGetPreviousStartIndexes ()

public void testGetStartIndex ()

public void testPageSizeAndStartIndexIsRespected ()

public void testSetPageSize ()

Protected Methods

protected void setUp ()

Throws
Exception