com.atlassian.confluence.webdriver.editor
Class EditorSettingsTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
      extended by com.atlassian.confluence.webdriver.editor.EditorSettingsTest

public class EditorSettingsTest
extends AbstractInjectableWebDriverTest

Test user editor settings that allow a user to enable/disable autoformat and autocomplete


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
EditorSettingsTest()
           
 
Method Summary
 void setUp()
           
 void testAutoCompleteDisabled()
           
 void testAutoCompleteEnabled()
          EditorAutoCompleteTest provides similar coverage but the purpose of this test method is to ensure that the identical execution in testAutoCompleteDisabled() actually triggers auto-complete behaviour here.
 void testAutoFormatDisabled()
           
 void testAutoFormatEnabled()
          We have WikiAutoformat*Tests that provide similar coverage but the purpose of this test method is to ensure that the identical execution in testAutoFormatDisabled() ()} actually triggers auto-formatting behaviour here.
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorSettingsTest

public EditorSettingsTest()
Method Detail

setUp

public void setUp()

testAutoCompleteEnabled

public void testAutoCompleteEnabled()
EditorAutoCompleteTest provides similar coverage but the purpose of this test method is to ensure that the identical execution in testAutoCompleteDisabled() actually triggers auto-complete behaviour here.


testAutoCompleteDisabled

public void testAutoCompleteDisabled()

testAutoFormatEnabled

public void testAutoFormatEnabled()
We have WikiAutoformat*Tests that provide similar coverage but the purpose of this test method is to ensure that the identical execution in testAutoFormatDisabled() ()} actually triggers auto-formatting behaviour here.


testAutoFormatDisabled

public void testAutoFormatDisabled()


Copyright © 2003–2015 Atlassian. All rights reserved.