com.atlassian.jira.webtest.webdriver.tests.projectconfig
Class TestComponentsPanel

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestComponentsPanel

public class TestComponentsPanel
extends BaseJiraWebTest

Test for the components panel.

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.webdriver.tests.common.BaseJiraWebTest
backdoor, jira, logger, pageBinder, restoreOnceRule, webTestRule
 
Constructor Summary
TestComponentsPanel()
           
 
Method Summary
 void testCreateComponent()
           
 void testDeleteComponent()
           
 void testEditComponent()
           
 void testInvalidAssigneeType()
           
 void testInvalidComponentLead()
           
 void testNoComponent()
           
 void testTabNavigation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponentsPanel

public TestComponentsPanel()
Method Detail

testTabNavigation

public void testTabNavigation()

testNoComponent

public void testNoComponent()

testCreateComponent

public void testCreateComponent()

testEditComponent

public void testEditComponent()

testInvalidComponentLead

public void testInvalidComponentLead()

testDeleteComponent

public void testDeleteComponent()

testInvalidAssigneeType

public void testInvalidAssigneeType()


Copyright © 2002-2013 Atlassian. All Rights Reserved.