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

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

public class TestAddIssueTypes
extends BaseJiraWebTest

Test for adding issue types by the dialog.

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
TestAddIssueTypes()
           
 
Method Summary
 void testCreateIssueTypeDialog()
           
 void testCreateIssueTypePage()
           
 void testErrorsDialog()
           
 void testErrorsPage()
           
 void testIconPickerOnDialog()
           
 void testIconPickerOnPage()
           
 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

TestAddIssueTypes

public TestAddIssueTypes()
Method Detail

testCreateIssueTypeDialog

public void testCreateIssueTypeDialog()

testCreateIssueTypePage

public void testCreateIssueTypePage()

testIconPickerOnDialog

public void testIconPickerOnDialog()

testIconPickerOnPage

public void testIconPickerOnPage()

testErrorsPage

public void testErrorsPage()

testErrorsDialog

public void testErrorsDialog()

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.