public class

TestSessionDraftDao

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.pages.persistence.dao.TestSessionDraftDao

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestSessionDraftDao()
Public Methods
void getDraftWithDraftId()
void removeWithDraft()
void removeWithId()
void testCreatingWithNullSessionThrowsException()
void testFindByCreatorName()
void testGetDraftWithPageIdAndOwnerAndType()
void testRemoveAll()
void testSaveOrUpdate()
void testUpdateSpaceKey()
Protected Methods
void setUp()
void tearDown()
[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 TestSessionDraftDao ()

Public Methods

public void getDraftWithDraftId ()

public void removeWithDraft ()

public void removeWithId ()

public void testCreatingWithNullSessionThrowsException ()

Throws
Exception

public void testFindByCreatorName ()

public void testGetDraftWithPageIdAndOwnerAndType ()

public void testRemoveAll ()

public void testSaveOrUpdate ()

public void testUpdateSpaceKey ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception