public class

TestDaisyHtmlDiffer

extends XMLTestCase
java.lang.Object
   ↳ XMLTestCase
     ↳ com.atlassian.confluence.diff.TestDaisyHtmlDiffer

Summary

Public Constructors
TestDaisyHtmlDiffer()
Public Methods
void testBasicDiff()
void testCancellingThrowsException()
void testChangeMadeToFirstCellOfTable()
void testChangeMadeToFirstColumnOfSecondRowDoNotAffectPreviousRow()
void testChangeMadeToLastCellDoesNotAffectPreviousCell()
void testChangedImagesGetDifferentTextStatus()
void testDiffDoesNotEncodeApostropheCharacter()
The output of the Diff is supposed to be HTML which means it should not be encoding the apostrophe character.
void testDiffIsCachedPerLocale()
void testEmoticonImagesAreNotConsideredImages()
void testImageAddedDiff()
void testImagesGetTextStatusForChange()
void testRemovedContentAlwaysComesBeforeInsertions()
void testUnalteredImagesDoNotGetAnOverlay()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestDaisyHtmlDiffer ()

Public Methods

public void testBasicDiff ()

Throws
Exception

public void testCancellingThrowsException ()

public void testChangeMadeToFirstCellOfTable ()

Throws
Exception

public void testChangeMadeToFirstColumnOfSecondRowDoNotAffectPreviousRow ()

Throws
Exception

public void testChangeMadeToLastCellDoesNotAffectPreviousCell ()

Throws
Exception

public void testChangedImagesGetDifferentTextStatus ()

Throws
Exception

public void testDiffDoesNotEncodeApostropheCharacter ()

The output of the Diff is supposed to be HTML which means it should not be encoding the apostrophe character.

public void testDiffIsCachedPerLocale ()

public void testEmoticonImagesAreNotConsideredImages ()

Throws
Exception

public void testImageAddedDiff ()

Throws
Exception

public void testImagesGetTextStatusForChange ()

Throws
Exception

public void testRemovedContentAlwaysComesBeforeInsertions ()

Throws
Exception

public void testUnalteredImagesDoNotGetAnOverlay ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception