com.atlassian.confluence.selenium
Class LinkBrowserBreadcrumbNotIExploreTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.confluence.junit3.JUnit3TimingTestCase
              extended by com.atlassian.confluence.selenium.AbstractSeleniumTest
                  extended by com.atlassian.confluence.selenium.AbstractLinkBrowserTest
                      extended by com.atlassian.confluence.selenium.LinkBrowserBreadcrumbNotIExploreTest
All Implemented Interfaces:
junit.framework.Test

public class LinkBrowserBreadcrumbNotIExploreTest
extends AbstractLinkBrowserTest

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


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
editor, linkBrowser, NO_ATTACHMENTS_MESSAGE, tinyMce
 
Fields inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
adminUser, assertThat, client, rpc, screenShotIndex, suite, testBlogPost, testComment, testData, testGroup, testImage, testImage2, testPage, testSpace, testUser, testUserWithApostrophe, userHelper, users
 
Constructor Summary
LinkBrowserBreadcrumbNotIExploreTest()
           
 
Method Summary
protected  void doBreadcrumbTest(java.lang.String contentTitle)
           
protected  void doBreadcrumbTest(java.lang.String contentTitle, boolean isSpace)
           
protected  void setUp()
           
 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()
           
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractLinkBrowserTest
newLinkBrowser, tearDown
 
Methods inherited from class com.atlassian.confluence.selenium.AbstractSeleniumTest
captureScreenShot, createTestData, runTest, setAjsLogRendered, setAjsLogVisible
 
Methods inherited from class com.atlassian.confluence.junit3.JUnit3TimingTestCase
runBare, setExceptionTransformer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkBrowserBreadcrumbNotIExploreTest

public LinkBrowserBreadcrumbNotIExploreTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractLinkBrowserTest
Throws:
java.lang.Exception

testBlogPostBreadcrumb

public void testBlogPostBreadcrumb()

testSpaceBreadcrumb

public void testSpaceBreadcrumb()

testPageBreadcrumb

public void testPageBreadcrumb()

testNoEllipsis

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).


testUserBreadcrumb

public void testUserBreadcrumb()

testBreadcrumbsWhenChangingTabs

public void testBreadcrumbsWhenChangingTabs()

doBreadcrumbTest

protected void doBreadcrumbTest(java.lang.String contentTitle)

doBreadcrumbTest

protected void doBreadcrumbTest(java.lang.String contentTitle,
                                boolean isSpace)


Copyright © 2003-2014 Atlassian. All Rights Reserved.