public class

TestConfluenceWebMenuManager

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.web.TestConfluenceWebMenuManager

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestConfluenceWebMenuManager()
Public Methods
void testGetMenuWithEmptySection()
void testGetMenuWithLeadingItems()
void testGetMenuWithoutLeadingItems()
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 TestConfluenceWebMenuManager ()

Public Methods

public void testGetMenuWithEmptySection ()

public void testGetMenuWithLeadingItems ()

public void testGetMenuWithoutLeadingItems ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception