public class

TestDefaultListBuilder

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.core.TestDefaultListBuilder

Summary

Public Constructors
TestDefaultListBuilder()
Public Methods
void testBackwardsRange()
void testGetAvailableSize()
void testGetListWithCorrectArguments()
void testGetNonZeroBasedRange()
void testGetZeroBasedRange()
void testNegativeMaxResults()
void testNegativeOffset()
void testNegativeStartOfRange()
Protected Methods
void setUp()
void tearDown()
[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 TestDefaultListBuilder ()

Public Methods

public void testBackwardsRange ()

public void testGetAvailableSize ()

public void testGetListWithCorrectArguments ()

public void testGetNonZeroBasedRange ()

public void testGetZeroBasedRange ()

public void testNegativeMaxResults ()

public void testNegativeOffset ()

public void testNegativeStartOfRange ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception