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

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestReindexProject

public class TestReindexProject
extends BaseJiraWebTest

Since:
v6.1

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestReindexProject()
           
 
Method Summary
 org.hamcrest.Matcher<String> equalTo(String equal)
           
 void setUp()
           
 void testBackgroundReindexPossibleDuringProjectReindex()
           
 void testCanCancelReindex()
           
 void testCanRefreshAndAcknowledgeReindex()
           
 void testLockingReindexNotPossibleDuringProjectReindex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReindexProject

public TestReindexProject()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testCanRefreshAndAcknowledgeReindex

public void testCanRefreshAndAcknowledgeReindex()
                                         throws Exception
Throws:
Exception

testCanCancelReindex

public void testCanCancelReindex()
                          throws Exception
Throws:
Exception

testBackgroundReindexPossibleDuringProjectReindex

public void testBackgroundReindexPossibleDuringProjectReindex()
                                                       throws Exception
Throws:
Exception

testLockingReindexNotPossibleDuringProjectReindex

public void testLockingReindexNotPossibleDuringProjectReindex()
                                                       throws Exception
Throws:
Exception

equalTo

public org.hamcrest.Matcher<String> equalTo(String equal)


Copyright © 2002-2014 Atlassian. All Rights Reserved.