public class

TestDefaultAdminTasklistManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.admin.TestDefaultAdminTasklistManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultAdminTasklistManager()
Public Methods
void testGetAllTasks()
void testMarkTaskComplete()
void testMarkTaskCompleteWithUser()
void testTasksAreOrderedByFirstInLastOut()
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 TestDefaultAdminTasklistManager ()

Public Methods

public void testGetAllTasks ()

Throws
Exception

public void testMarkTaskComplete ()

Throws
Exception

public void testMarkTaskCompleteWithUser ()

Throws
Exception

public void testTasksAreOrderedByFirstInLastOut ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception