public class

DocThemeSearchTest

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

Class Overview

Search tests that are specific to the doc theme - See DOC-68

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.selenium.AbstractSeleniumTest
Public Constructors
DocThemeSearchTest()
Public Methods
void testGeneralSearch()
void testSearchWithAllModifier()
void testSpaceSpecificSearch()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
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 DocThemeSearchTest ()

Public Methods

public void testGeneralSearch ()

public void testSearchWithAllModifier ()

public void testSpaceSpecificSearch ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception