com.atlassian.jira.webtest.webdriver.tests.admin.issue.types
Class TestAddSubtaskType

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.admin.issue.types.TestAddSubtaskType

public class TestAddSubtaskType
extends BaseJiraWebTest

Check that adding subtask dialog works as expected.

Since:
v5.0.1

Field Summary
static String DEFAULT_ICON_URL
           
static String FIELD_NAME
           
static String ICONURL_FIELD
           
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestAddSubtaskType()
           
 
Method Summary
 void addSubtaskDialog()
           
 void addSubtaskPage()
           
 void testErrorsDialog()
           
 void testErrorsPage()
           
 void testIconPickerDialog()
           
 void testIconPickerPage()
           
 void testIconPickerPicker(com.google.common.base.Function<Void,AddSubtaskType> opener)
           
 void testSubmitSessionTimeoutDialog()
           
 void testSubmitSessionTimeoutPage()
           
 void testWebSudoDialog()
           
 void testWebSudoPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ICON_URL

public static final String DEFAULT_ICON_URL
See Also:
Constant Field Values

FIELD_NAME

public static final String FIELD_NAME
See Also:
Constant Field Values

ICONURL_FIELD

public static final String ICONURL_FIELD
See Also:
Constant Field Values
Constructor Detail

TestAddSubtaskType

public TestAddSubtaskType()
Method Detail

addSubtaskDialog

public void addSubtaskDialog()

addSubtaskPage

public void addSubtaskPage()

testErrorsDialog

public void testErrorsDialog()

testErrorsPage

public void testErrorsPage()

testIconPickerDialog

public void testIconPickerDialog()

testIconPickerPage

public void testIconPickerPage()

testIconPickerPicker

public void testIconPickerPicker(com.google.common.base.Function<Void,AddSubtaskType> opener)

testWebSudoDialog

public void testWebSudoDialog()
                       throws IOException
Throws:
IOException

testWebSudoPage

public void testWebSudoPage()
                     throws IOException
Throws:
IOException

testSubmitSessionTimeoutDialog

public void testSubmitSessionTimeoutDialog()

testSubmitSessionTimeoutPage

public void testSubmitSessionTimeoutPage()


Copyright © 2002-2014 Atlassian. All Rights Reserved.