public class

TestDefaultFeedBuilder

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.rss.TestDefaultFeedBuilder

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultFeedBuilder()
Public Methods
void testConstructUriOnHistoricalVersion()
Historical versions should use the id of the latest version.
void testConstructUriOnLatestVersion()
void testConstructUriOnNonVersionedNonContentTypeAware()
Use "generic" as the type for non content type aware.
void testCreateFeedEntriesChecksPermissions()
void testCreateFeedStopsWhenTimedOutBeforeRendering()
void testCreateFeedStopsWhenTimedOutDuringRendering()
void testUnpermittedFeedEntriesExcluded()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultFeedBuilder ()

Public Methods

public void testConstructUriOnHistoricalVersion ()

Historical versions should use the id of the latest version.

public void testConstructUriOnLatestVersion ()

public void testConstructUriOnNonVersionedNonContentTypeAware ()

Use "generic" as the type for non content type aware. Simply exclude the version from the id if its not present.

public void testCreateFeedEntriesChecksPermissions ()

Throws
Exception

public void testCreateFeedStopsWhenTimedOutBeforeRendering ()

Throws
Exception

public void testCreateFeedStopsWhenTimedOutDuringRendering ()

Throws
Exception

public void testUnpermittedFeedEntriesExcluded ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception