|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase net.sourceforge.jwebunit.WebTestCase com.atlassian.jira.webtests.WebTestCaseWrapper com.atlassian.jira.webtests.AbstractAtlassianWebTestCase com.atlassian.jira.webtests.JIRAWebTest com.atlassian.jira.webtests.ztests.issue.TestCloneIssueWithSubTasks
public class TestCloneIssueWithSubTasks
Copyright (c) 2002-2004 All rights reserved.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.JIRAWebTest |
---|
JIRAWebTest.ParameterEnterer |
Field Summary | |
---|---|
protected static String |
CLONE_LINKS_CHECKBOX_LABEL
|
protected static String |
CLONE_LINKS_CHECKBOX_NAME
|
protected static String |
CLONE_SUBTASKS_CHECKBOX_LABEL
|
protected static String |
CLONE_SUMMARY_PREFIX
|
protected static String |
LINKS_TEXT
|
protected static String |
SUBTASKS_TEXT
|
protected static String |
SUMMARY_FIELD_NAME
|
Fields inherited from class com.atlassian.jira.webtests.JIRAWebTest |
---|
administration, assertions, backdoor, BULK_TRANSITION_ELEMENT_NAME, environmentData, FIELD_SCOPE_GLOBAL, form, issueTableAssertions, issueTableClient, JDK_1_5_VERSION, locator, log, navigation, page, PAGE_ENTERPRISE_FIELD_CONFIGURATIONS, PAGE_ISSUE_TYPE_SCREEN_SCHEMES, PAGE_NOT_STANDARD_VIEW_FIELD_SCREEN_SCHEMES, PAGE_USER_BROWSER, parse, text |
Fields inherited from class net.sourceforge.jwebunit.WebTestCase |
---|
tester |
Constructor Summary | |
---|---|
TestCloneIssueWithSubTasks(String name)
|
Method Summary | |
---|---|
protected String |
cloneIssue(String projectKey,
String summary,
boolean cloneLinkPresent)
|
protected void |
gotoIssueAndClickClone(String issueKey)
|
void |
setUp()
|
void |
testCloneIssueLinksDisabled()
|
void |
testCloneIssueLinksDisabledWithSubTasks()
|
void |
testCloneIssueWithLinksAndSubTasksNoLinks()
|
void |
testCloneIssueWithLinksAndSubTasksNoSubTasks()
|
void |
testCloneIssueWithLinksAndSubTasksNoSubTasksNoLinks()
|
void |
testCloneIssueWithSubTaskWithLink()
|
void |
testCloneNoLinks()
|
void |
testCloneNoLinksWithSubTask()
|
void |
testClonePermission()
|
void |
testCloneResolvedIssueClearsResolutionDate()
|
void |
testCloneWithClonersLink()
|
void |
testCloneWithLinks()
|
void |
testCloneWithLinksAndSubTasks()
|
Methods inherited from class com.atlassian.jira.webtests.WebTestCaseWrapper |
---|
assertElementNotPresent, assertElementNotPresentBy, assertElementPresent, assertElementPresentBy, assertOptionValueNotPresent, assertOptionValuePresent, assertTextInTable, assertTextNotPresent, assertTextPresent, clickCancelButton, log, log, log, logSection, raiseRuntimeException, selectMultiOption, selectMultiOptionByValue, selectOption, submit |
Methods inherited from class net.sourceforge.jwebunit.WebTestCase |
---|
assertButtonNotPresent, assertButtonPresent, assertCheckboxNotSelected, assertCheckboxSelected, assertCookiePresent, assertCookieValueEquals, assertFormElementEmpty, assertFormElementEquals, assertFormElementNotPresent, assertFormElementNotPresentWithLabel, assertFormElementPresent, assertFormElementPresentWithLabel, assertFormNotPresent, assertFormNotPresent, assertFormPresent, assertFormPresent, assertFramePresent, assertKeyInTable, assertKeyNotInTable, assertKeyNotPresent, assertKeyPresent, assertKeysInTable, assertLinkNotPresent, assertLinkNotPresentWithImage, assertLinkNotPresentWithText, assertLinkNotPresentWithText, assertLinkPresent, assertLinkPresentWithImage, assertLinkPresentWithText, assertLinkPresentWithText, assertOptionEquals, assertOptionsEqual, assertOptionsNotEqual, assertOptionValuesEqual, assertOptionValuesNotEqual, assertRadioOptionNotPresent, assertRadioOptionNotSelected, assertRadioOptionPresent, assertRadioOptionSelected, assertSubmitButtonNotPresent, assertSubmitButtonPresent, assertSubmitButtonValue, assertTableEquals, assertTableEquals, assertTableNotPresent, assertTablePresent, assertTableRowsEqual, assertTableRowsEqual, assertTextInElement, assertTextInTable, assertTextNotInElement, assertTextNotInTable, assertTextNotInTable, assertTitleEquals, assertTitleEqualsKey, assertWindowPresent, beginAt, checkCheckbox, checkCheckbox, clickButton, clickLink, clickLinkWithImage, clickLinkWithText, clickLinkWithText, clickLinkWithTextAfterText, dumpCookies, dumpCookies, dumpResponse, dumpTable, dumpTable, getDialog, getMessage, getTestContext, gotoFrame, gotoRootWindow, gotoWindow, reset, setFormElement, setFormElementWithLabel, setWorkingForm, submit, uncheckCheckbox, uncheckCheckbox |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final String CLONE_LINKS_CHECKBOX_LABEL
protected static final String CLONE_SUBTASKS_CHECKBOX_LABEL
protected static final String CLONE_SUMMARY_PREFIX
protected static final String SUMMARY_FIELD_NAME
protected static final String SUBTASKS_TEXT
protected static final String LINKS_TEXT
protected static final String CLONE_LINKS_CHECKBOX_NAME
Constructor Detail |
---|
public TestCloneIssueWithSubTasks(String name)
Method Detail |
---|
public void setUp()
setUp
in class JIRAWebTest
public void testCloneNoLinks()
public void testClonePermission()
public void testCloneWithLinks()
public void testCloneIssueLinksDisabled()
public void testCloneWithClonersLink()
protected void gotoIssueAndClickClone(String issueKey)
protected String cloneIssue(String projectKey, String summary, boolean cloneLinkPresent)
public void testCloneNoLinksWithSubTask()
public void testCloneWithLinksAndSubTasks()
public void testCloneIssueWithLinksAndSubTasksNoLinks()
public void testCloneIssueWithLinksAndSubTasksNoSubTasks()
public void testCloneIssueWithLinksAndSubTasksNoSubTasksNoLinks()
public void testCloneIssueWithSubTaskWithLink()
public void testCloneIssueLinksDisabledWithSubTasks()
public void testCloneResolvedIssueClearsResolutionDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |