public class

LinkBrowserBreadcrumbNotIExploreTest

extends AbstractLinkBrowserTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.selenium.AbstractSeleniumTest
         ↳ com.atlassian.confluence.selenium.AbstractLinkBrowserTest
           ↳ com.atlassian.confluence.selenium.LinkBrowserBreadcrumbNotIExploreTest

Class Overview

Tests breadcrumbs. There are 3 parts to each test: quick search, regular search, and when you edit an existing link.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
LinkBrowserBreadcrumbNotIExploreTest()
Public Methods
void testBlogPostBreadcrumb()
void testBreadcrumbsWhenChangingTabs()
void testNoEllipsis()
Tests that breadcrumbs don't appear as "..." even if there is plenty of room.
void testPageBreadcrumb()
void testSpaceBreadcrumb()
void testUserBreadcrumb()
Protected Methods
void doBreadcrumbTest(String contentTitle)
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public LinkBrowserBreadcrumbNotIExploreTest ()

Public Methods

public void testBlogPostBreadcrumb ()

public void testBreadcrumbsWhenChangingTabs ()

public void testNoEllipsis ()

Tests that breadcrumbs don't appear as "..." even if there is plenty of room. This is a timing issue and will only fail intermittently if there is a problem (It will never fail if everything is working properly).

public void testPageBreadcrumb ()

public void testSpaceBreadcrumb ()

public void testUserBreadcrumb ()

Protected Methods

protected void doBreadcrumbTest (String contentTitle)

protected void setUp ()

Throws
Exception