public class

TestContentEntityObjectMigrationWorkSource

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.content.render.xhtml.migration.TestContentEntityObjectMigrationWorkSource

Summary

Public Constructors
TestContentEntityObjectMigrationWorkSource()
Public Methods
void testGetBatchEdgeCase()
void testNumberOfBatchesOnZeroCount()
void testNumberOfBatchesOneLessThanBatchSize()
void testNumberOfBatchesOneMoreThanBatchSize()
void testNumberOfBatchesWhenCountEvenlyDivisibleByBatchSize()
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 TestContentEntityObjectMigrationWorkSource ()

Public Methods

public void testGetBatchEdgeCase ()

Throws
Exception

public void testNumberOfBatchesOnZeroCount ()

Throws
Exception

public void testNumberOfBatchesOneLessThanBatchSize ()

Throws
Exception

public void testNumberOfBatchesOneMoreThanBatchSize ()

Throws
Exception

public void testNumberOfBatchesWhenCountEvenlyDivisibleByBatchSize ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception