public class

RestSearchAcceptanceTest

extends AbstractRestAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ net.sourceforge.jwebunit.junit.WebTestCase
         ↳ com.atlassian.confluence.rest.AbstractRestAcceptanceTest
           ↳ com.atlassian.confluence.rest.RestSearchAcceptanceTest

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.rest.AbstractRestAcceptanceTest
From class net.sourceforge.jwebunit.junit.WebTestCase
Public Constructors
RestSearchAcceptanceTest()
Public Methods
void testAttachmentOnBlogSearchResultHasCorrectWikiMarkup()
void testNameSearch2SpaceKeyParams()
void testNameSearchNoSpaceKey()
void testNameSearchSpaceKeyParams()
void testSearchAttachmentTypeFilter()
void testSearchResultEnteties()
void testSearchTypesReturnSameAttachmentResult()
void testSearchTypesReturnSameBlogResult()
void testSearchTypesReturnSamePageResult()
void testSearchTypesReturnSameSpaceResult()
void testSearchTypesReturnSameUserResult()
void testSiteSearch2SpaceKeyParams()
void testSiteSearchNoSpaceKey()
void testSiteSearchSpaceKeyParams()
void testUserSearchWithTokens()
void testUserTypeSearch()
Tests to ensure that the last modified date is not returned for users, as we do not have this information it should return null.
void testUsernameSearch()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.rest.AbstractRestAcceptanceTest
From class net.sourceforge.jwebunit.junit.WebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public RestSearchAcceptanceTest ()

Public Methods

public void testAttachmentOnBlogSearchResultHasCorrectWikiMarkup ()

public void testNameSearch2SpaceKeyParams ()

public void testNameSearchNoSpaceKey ()

public void testNameSearchSpaceKeyParams ()

public void testSearchAttachmentTypeFilter ()

public void testSearchResultEnteties ()

public void testSearchTypesReturnSameAttachmentResult ()

public void testSearchTypesReturnSameBlogResult ()

public void testSearchTypesReturnSamePageResult ()

public void testSearchTypesReturnSameSpaceResult ()

public void testSearchTypesReturnSameUserResult ()

public void testSiteSearch2SpaceKeyParams ()

public void testSiteSearchNoSpaceKey ()

public void testSiteSearchSpaceKeyParams ()

public void testUserSearchWithTokens ()

public void testUserTypeSearch ()

Tests to ensure that the last modified date is not returned for users, as we do not have this information it should return null. Also ensure that other searches do return the last modified date.

public void testUsernameSearch ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception