com.atlassian.jira.webtest.webdriver.tests.fields
Class TestFrotherControlRenderers

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.fields.TestFrotherControlRenderers

public class TestFrotherControlRenderers
extends BaseJiraWebTest

JRADEV-2828: Tests that frother controls can be enabled & disabled for all components & version fields.


Field Summary
static List<com.atlassian.jira.webtest.webdriver.tests.fields.TestFrotherControlRenderers.Field> ALL_FIELDS
           
static List<com.atlassian.jira.webtest.webdriver.tests.fields.TestFrotherControlRenderers.Field> TOGGLEABLE_FIELDS
           
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestFrotherControlRenderers()
           
 
Method Summary
 WebDriverNavigator getNavigator()
           
 void onSetUp()
           
 void tearDown()
           
 void testCustomFieldConfigAlsoShowsRenderers()
           
 void testDefaultRenderersState()
           
 void testSwitchRenderersDisableFrother()
           
 void testSwitchRenderersEnableFrother()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_FIELDS

public static final List<com.atlassian.jira.webtest.webdriver.tests.fields.TestFrotherControlRenderers.Field> ALL_FIELDS

TOGGLEABLE_FIELDS

public static final List<com.atlassian.jira.webtest.webdriver.tests.fields.TestFrotherControlRenderers.Field> TOGGLEABLE_FIELDS
Constructor Detail

TestFrotherControlRenderers

public TestFrotherControlRenderers()
Method Detail

onSetUp

public void onSetUp()

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

getNavigator

public WebDriverNavigator getNavigator()

testDefaultRenderersState

public void testDefaultRenderersState()

testSwitchRenderersDisableFrother

public void testSwitchRenderersDisableFrother()

testSwitchRenderersEnableFrother

public void testSwitchRenderersEnableFrother()

testCustomFieldConfigAlsoShowsRenderers

public void testCustomFieldConfigAlsoShowsRenderers()


Copyright © 2002-2014 Atlassian. All Rights Reserved.