com.atlassian.confluence.webdriver.editor.content
Class WikiAutoformatInlineFormatTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
      extended by com.atlassian.confluence.webdriver.editor.content.WikiAutoformatInlineFormatTest

public class WikiAutoformatInlineFormatTest
extends AbstractEditorContentWebDriverTest


Field Summary
 org.junit.rules.Timeout globalTimeout
           
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
cancelAnyAlert, cancelAnyEditorAuiModalDialog, editor, editorContent, ignoreRule, logPageSourceRule, logTimeRule, OS_CTRL_KEY, product, rpc, webDriverScreenshotRule
 
Constructor Summary
WikiAutoformatInlineFormatTest()
           
 
Method Summary
 void testBold()
           
 void testItalic()
           
 void testMonospace()
           
 void testStrikethrough()
           
 void testSubscript()
           
 void testSuperscript()
           
 void testUnderline()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractEditorContentWebDriverTest
assertEditorHtml, assertEditorHtml, assertEditorHtmlContains, assertEditorHtmlDoesNotContain, assertEditorText, assertElementAttributeValue, assertElementNumberOfMatches, assertElementText, assertElementText, assertElementTextContains, clearContent, clickOnElement, ignoreBrowserDecorator, ignoreBrowserDecoratorSetup, ignoreBrowserDecoratorTearDown, insertAndWaitForFixture, insertAndWaitForFixture, placeCursorAtTheEndOfElement, placeCursorAtTheStartOfElement, pressBackspace, pressDelete, pressDown, pressEnter, pressEsc, pressLeft, pressMultipleKeys, pressReturn, pressRight, pressTab, pressUp, setupEditor, tearDownEditor, typeInTheEditor, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalTimeout

public org.junit.rules.Timeout globalTimeout
Constructor Detail

WikiAutoformatInlineFormatTest

public WikiAutoformatInlineFormatTest()
Method Detail

testBold

public void testBold()

testUnderline

public void testUnderline()

testItalic

public void testItalic()

testMonospace

public void testMonospace()

testStrikethrough

public void testStrikethrough()

testSubscript

public void testSubscript()

testSuperscript

public void testSuperscript()


Copyright © 2003–2015 Atlassian. All rights reserved.