public class

TestContentEntityMigrationTaskWrapper

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

Summary

Public Constructors
TestContentEntityMigrationTaskWrapper()
Public Methods
void testAllBatchedExceptionsAreAddedToTheExceptionReport()
void testBatchTaskCalledWithAllEntities()
void testFlushModeCommitIsSetOnSession()
void testLoggingCallbackIsCalledWithCorrectBatchSize()
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 TestContentEntityMigrationTaskWrapper ()

Public Methods

public void testAllBatchedExceptionsAreAddedToTheExceptionReport ()

Throws
Exception

public void testBatchTaskCalledWithAllEntities ()

Throws
Exception

public void testFlushModeCommitIsSetOnSession ()

public void testLoggingCallbackIsCalledWithCorrectBatchSize ()

Protected Methods

protected void setUp ()

Throws
Exception