com.atlassian.jira.webtest.webdriver.tests.home
Class TestMyJiraHome

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.home.TestMyJiraHome

public class TestMyJiraHome
extends BaseJiraWebTest

Moved from ODAT.

Since:
v6.2

Nested Class Summary
static class TestMyJiraHome.JiraHomeRedirectedToDashboard
           
static class TestMyJiraHome.JiraHomeRedirectedToIssueNav
           
 
Field Summary
static String TEST_USER
           
static String TEST_USER_PASS
           
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestMyJiraHome()
           
 
Method Summary
static void cleanupTestUser()
           
static void createTestUser()
           
 void testRedirectToDashboard()
           
 void testRedirectToDashboardAfterLogin()
           
 void testRedirectToIssueNavigator()
           
 void testRedirectToIssueNavigatorAfterLogin()
           
 void testXsrfProtection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_USER

public static final String TEST_USER
See Also:
Constant Field Values

TEST_USER_PASS

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

TestMyJiraHome

public TestMyJiraHome()
Method Detail

createTestUser

public static void createTestUser()
                           throws Exception
Throws:
Exception

cleanupTestUser

public static void cleanupTestUser()
                            throws Exception
Throws:
Exception

testRedirectToIssueNavigator

public void testRedirectToIssueNavigator()
                                  throws Exception
Throws:
Exception

testRedirectToIssueNavigatorAfterLogin

public void testRedirectToIssueNavigatorAfterLogin()

testRedirectToDashboard

public void testRedirectToDashboard()
                             throws Exception
Throws:
Exception

testRedirectToDashboardAfterLogin

public void testRedirectToDashboardAfterLogin()

testXsrfProtection

public void testXsrfProtection()
                        throws Exception
Throws:
Exception


Copyright © 2002-2014 Atlassian. All Rights Reserved.