public class

TestRemoveLabelCommand

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.labels.service.TestRemoveLabelCommand

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestRemoveLabelCommand()
Public Methods
void setUp()
void tearDown()
void testLabelDoesNotExist()
void testRemoveLabel()
void testRemoveLabelAsAnonymous()
void testRemoveLabelById()
void testRemoveLabelByIdAsString()
void testRemoveLabelForNonExistentPage()
void testRemoveLabelForRestrictedPage()
void testRemoveLabelFromSpace()
void testRemovePersonalLabel()
void testRemovePersonalLabelAsAnonymous()
void testRemovePersonalLabelById()
void testRemoveSomeoneElsesPersonalLabel()
[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 TestRemoveLabelCommand ()

Public Methods

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testLabelDoesNotExist ()

public void testRemoveLabel ()

public void testRemoveLabelAsAnonymous ()

public void testRemoveLabelById ()

public void testRemoveLabelByIdAsString ()

public void testRemoveLabelForNonExistentPage ()

public void testRemoveLabelForRestrictedPage ()

public void testRemoveLabelFromSpace ()

public void testRemovePersonalLabel ()

public void testRemovePersonalLabelAsAnonymous ()

public void testRemovePersonalLabelById ()

public void testRemoveSomeoneElsesPersonalLabel ()