public class

TestAddLabelToSpaceAction

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.spaces.actions.TestAddLabelToSpaceAction

Class Overview

Tests of AddLabelToSpaceAction.

Summary

Public Constructors
TestAddLabelToSpaceAction()
Public Methods
void setUp()
void tearDown()
void testValidateWithEmptyNewLabels()
void testValidateWithMaximumAllowedNewLabels()
void testValidateWithTooManyNewLabels()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestAddLabelToSpaceAction ()

Public Methods

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testValidateWithEmptyNewLabels ()

public void testValidateWithMaximumAllowedNewLabels ()

public void testValidateWithTooManyNewLabels ()