com.atlassian.confluence.rest
Class ContentAcceptanceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sourceforge.jwebunit.junit.WebTestCase
              extended by com.atlassian.confluence.rest.AbstractRestAcceptanceTest
                  extended by com.atlassian.confluence.rest.ContentAcceptanceTest
All Implemented Interfaces:
junit.framework.Test

public class ContentAcceptanceTest
extends AbstractRestAcceptanceTest


Field Summary
 
Fields inherited from class com.atlassian.confluence.rest.AbstractRestAcceptanceTest
adminRootResource, baseUrl, client, loginHelper, rootResource, rpc, serverStateManager, testData, userHelper
 
Fields inherited from class net.sourceforge.jwebunit.junit.WebTestCase
tester
 
Constructor Summary
ContentAcceptanceTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAnonymousUserCannotGetContent()
           
 void testGetAttachmentByMimeType()
           
 void testGetAttachmentByMimeTypeJSon()
           
 void testGetAttachmentByNiceType()
           
 void testGetAttachmentByNiceTypeJSon()
           
 void testGetAttachmentOrder()
           
 void testGetAttachmentsForContent()
           
 void testGetAttachmentsForContentJson()
           
 void testGetAttachmentsInReverseOrder()
           
 void testGetBlogPost()
           
 void testGetContentById()
           
 void testGetContentByIdAnonymousUser()
           
 void testGetContentByIdJson()
           
 void testGetPagenatedAttachmentsForContent()
           
 void testGetPagenatedAttachmentsForContentJson()
           
 void testInvalidContent()
           
 
Methods inherited from class com.atlassian.confluence.rest.AbstractRestAcceptanceTest
assertLink, doGet, doGet, doGet, doPost, doPut, expand, expandWithIndexes, getContentWithId, getResource, getRootResource
 
Methods inherited from class net.sourceforge.jwebunit.junit.WebTestCase
assertButtonNotPresent, assertButtonNotPresentWithText, assertButtonPresent, assertButtonPresentWithText, assertCheckboxNotPresent, assertCheckboxNotPresent, assertCheckboxNotSelected, assertCheckboxNotSelected, assertCheckboxPresent, assertCheckboxPresent, assertCheckboxSelected, assertCheckboxSelected, assertCookiePresent, assertCookieValueEquals, assertCookieValueMatch, assertDownloadedFileEquals, assertElementNotPresent, assertElementNotPresentByXPath, assertElementPresent, assertElementPresentByXPath, assertFormElementEmpty, assertFormElementEquals, assertFormElementMatch, assertFormElementNotPresent, assertFormElementPresent, assertFormNotPresent, assertFormNotPresent, assertFormPresent, assertFormPresent, assertFramePresent, assertHiddenFieldPresent, assertImagePresent, assertImageValid, assertImageValidAndStore, assertKeyInTable, assertKeyInTable, assertKeyNotInTable, assertKeyNotPresent, assertKeyNotPresent, assertKeyPresent, assertKeyPresent, assertKeysInTable, assertKeysInTable, assertLinkNotPresent, assertLinkNotPresentWithExactText, assertLinkNotPresentWithExactText, assertLinkNotPresentWithImage, assertLinkNotPresentWithText, assertLinkNotPresentWithText, assertLinkPresent, assertLinkPresentWithExactText, assertLinkPresentWithExactText, assertLinkPresentWithImage, assertLinkPresentWithText, assertLinkPresentWithText, assertMatch, assertMatchInElement, assertMatchInTable, assertMatchInTable, assertNoMatch, assertNoMatchInElement, assertNoMatchInTable, assertNoMatchInTable, assertRadioOptionNotPresent, assertRadioOptionNotSelected, assertRadioOptionPresent, assertRadioOptionSelected, assertResetButtonNotPresent, assertResetButtonNotPresent, assertResetButtonPresent, assertResetButtonPresent, assertSelectedOptionEquals, assertSelectedOptionMatches, assertSelectedOptionsEqual, assertSelectedOptionsMatch, assertSelectedOptionValueEquals, assertSelectedOptionValuesEqual, assertSelectOptionNotPresent, assertSelectOptionPresent, assertSelectOptionsEqual, assertSelectOptionsNotEqual, assertSelectOptionsPresent, assertSelectOptionValueNotPresent, assertSelectOptionValuePresent, assertSelectOptionValuesEqual, assertSelectOptionValuesNotEqual, assertSelectOptionValuesPresent, assertSubmitButtonNotPresent, assertSubmitButtonNotPresent, assertSubmitButtonPresent, assertSubmitButtonPresent, assertSubmitButtonPresent, assertTableEquals, assertTableEquals, assertTableMatch, assertTableMatch, assertTableNotPresent, assertTablePresent, assertTableRowCountEquals, assertTableRowsEqual, assertTableRowsEqual, assertTableRowsMatch, assertTableRowsMatch, assertTextFieldEquals, assertTextInElement, assertTextInTable, assertTextInTable, assertTextNotInElement, assertTextNotInTable, assertTextNotInTable, assertTextNotPresent, assertTextPresent, assertTitleEquals, assertTitleEqualsKey, assertTitleEqualsKey, assertTitleMatch, assertWindowCountEquals, assertWindowPresent, assertWindowPresent, assertWindowPresentWithTitle, beginAt, checkCheckbox, checkCheckbox, clickButton, clickButtonWithText, clickElementByXPath, clickLink, clickLinkWithExactText, clickLinkWithExactText, clickLinkWithImage, clickLinkWithText, clickLinkWithText, clickRadioOption, closeBrowser, closeWindow, dumpCookies, dumpHtml, dumpHtml, dumpTable, dumpTable, getDialog, getElementAttributByXPath, getElementTextByXPath, getFormElementValue, getImage, getMessage, getMessage, getPageSource, getServeurResponse, getTable, getTestContext, getTester, getTestingEngineKey, gotoFrame, gotoPage, gotoRootWindow, gotoWindow, gotoWindow, gotoWindowByTitle, reset, runBare, saveAs, selectOption, selectOptionByValue, selectOptions, selectOptionsByValues, setDialog, setExpectedJavaScriptAlert, setExpectedJavaScriptAlert, setExpectedJavaScriptConfirm, setExpectedJavaScriptConfirm, setExpectedJavaScriptPrompt, setExpectedJavaScriptPrompt, setFormElement, setScriptingEnabled, setTestContext, setTestingEngineKey, setTextField, setWorkingForm, setWorkingForm, setWorkingForm, submit, submit, submit, uncheckCheckbox, uncheckCheckbox
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentAcceptanceTest

public ContentAcceptanceTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractRestAcceptanceTest
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class AbstractRestAcceptanceTest
Throws:
Exception

testInvalidContent

public void testInvalidContent()

testAnonymousUserCannotGetContent

public void testAnonymousUserCannotGetContent()

testGetBlogPost

public void testGetBlogPost()

testGetContentById

public void testGetContentById()

testGetContentByIdJson

public void testGetContentByIdJson()

testGetAttachmentsForContent

public void testGetAttachmentsForContent()

testGetAttachmentsForContentJson

public void testGetAttachmentsForContentJson()

testGetPagenatedAttachmentsForContent

public void testGetPagenatedAttachmentsForContent()

testGetPagenatedAttachmentsForContentJson

public void testGetPagenatedAttachmentsForContentJson()

testGetAttachmentByNiceType

public void testGetAttachmentByNiceType()

testGetAttachmentByMimeType

public void testGetAttachmentByMimeType()
                                 throws Exception
Throws:
Exception

testGetAttachmentByNiceTypeJSon

public void testGetAttachmentByNiceTypeJSon()

testGetAttachmentByMimeTypeJSon

public void testGetAttachmentByMimeTypeJSon()

testGetAttachmentOrder

public void testGetAttachmentOrder()
                            throws Exception
Throws:
Exception

testGetAttachmentsInReverseOrder

public void testGetAttachmentsInReverseOrder()
                                      throws Exception
Throws:
Exception

testGetContentByIdAnonymousUser

public void testGetContentByIdAnonymousUser()


Copyright © 2003-2012 Atlassian. All Rights Reserved.