it
Class AsynchronousIssueRestClientCreateIssueTest

java.lang.Object
  extended by com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
      extended by it.AbstractAsynchronousRestClientTest
          extended by it.AsynchronousIssueRestClientCreateIssueTest

public class AsynchronousIssueRestClientCreateIssueTest
extends AbstractAsynchronousRestClientTest


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase.FuncTestLogger, com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase.RestoreConfig
 
Field Summary
 org.junit.rules.ExpectedException thrown
           
 
Fields inherited from class it.AbstractAsynchronousRestClientTest
client, jiraAuthRootUri, jiraRestRootUri, jiraUri
 
Fields inherited from class com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
administration, assertions, environmentData, form, locator, log, navigation, page, parse, runningTestMethod, tester, text
 
Constructor Summary
AsynchronousIssueRestClientCreateIssueTest()
           
 
Method Summary
 void interactiveUseCase()
           
 void testCreateIssue()
           
 void testCreateIssueAsAnonymous()
           
 void testCreateIssueAsAnonymousWhenNotAllowed()
           
 void testCreateIssueWithAssigneeWhenNotAllowedToAssignIssue()
           
 void testCreateIssueWithFieldValueThatIsNotAllowed()
           
 void testCreateIssueWithInvalidAdditionalField()
           
 void testCreateIssueWithNotExistentIssueType()
           
 void testCreateIssueWithNotExistentProject()
           
 void testCreateIssueWithOnlyRequiredFields()
           
 void testCreateIssueWithoutBrowseProjectPermission()
           
 void testCreateIssueWithoutCreateIssuePermission()
           
 void testCreateIssueWithoutProject()
           
 void testCreateIssueWithoutSummary()
           
 void testCreateManySubtasksInGivenOrder()
           
 void testCreateManySubtasksInGivenOrderWithAllFailing()
           
 void testCreateManySubtasksInGivenOrderWithSomeFailing()
           
 void testCreateSubtask()
           
 void testJiradev13412BugNotFixedIfThisFailsThenCorrectAffectedTests()
           
 
Methods inherited from class it.AbstractAsynchronousRestClientTest
afterMethod, beforeMethod, isJira4x3OrNewer, isJira4x4OrNewer, isJira5xOrNewer, setAdmin, setAnonymousMode, setClient, setUser1, setUser2
 
Methods inherited from class com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
beforeClass, getRestoreConfig, isTestEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thrown

public org.junit.rules.ExpectedException thrown
Constructor Detail

AsynchronousIssueRestClientCreateIssueTest

public AsynchronousIssueRestClientCreateIssueTest()
Method Detail

testCreateIssue

public void testCreateIssue()
                     throws org.codehaus.jettison.json.JSONException
Throws:
org.codehaus.jettison.json.JSONException

testCreateSubtask

public void testCreateSubtask()

testCreateManySubtasksInGivenOrder

public void testCreateManySubtasksInGivenOrder()
                                        throws NoSuchFieldException,
                                               IllegalAccessException
Throws:
NoSuchFieldException
IllegalAccessException

testCreateManySubtasksInGivenOrderWithSomeFailing

public void testCreateManySubtasksInGivenOrderWithSomeFailing()
                                                       throws NoSuchFieldException,
                                                              IllegalAccessException
Throws:
NoSuchFieldException
IllegalAccessException

testCreateManySubtasksInGivenOrderWithAllFailing

public void testCreateManySubtasksInGivenOrderWithAllFailing()
                                                      throws NoSuchFieldException,
                                                             IllegalAccessException
Throws:
NoSuchFieldException
IllegalAccessException

testCreateIssueWithOnlyRequiredFields

public void testCreateIssueWithOnlyRequiredFields()

testCreateIssueWithoutSummary

public void testCreateIssueWithoutSummary()

testCreateIssueWithNotExistentProject

public void testCreateIssueWithNotExistentProject()

testCreateIssueWithNotExistentIssueType

public void testCreateIssueWithNotExistentIssueType()

testCreateIssueWithoutProject

public void testCreateIssueWithoutProject()

testCreateIssueWithInvalidAdditionalField

public void testCreateIssueWithInvalidAdditionalField()

testCreateIssueWithFieldValueThatIsNotAllowed

public void testCreateIssueWithFieldValueThatIsNotAllowed()

testCreateIssueAsAnonymous

public void testCreateIssueAsAnonymous()

testCreateIssueAsAnonymousWhenNotAllowed

public void testCreateIssueAsAnonymousWhenNotAllowed()

testJiradev13412BugNotFixedIfThisFailsThenCorrectAffectedTests

public void testJiradev13412BugNotFixedIfThisFailsThenCorrectAffectedTests()

testCreateIssueWithAssigneeWhenNotAllowedToAssignIssue

public void testCreateIssueWithAssigneeWhenNotAllowedToAssignIssue()

testCreateIssueWithoutCreateIssuePermission

public void testCreateIssueWithoutCreateIssuePermission()

testCreateIssueWithoutBrowseProjectPermission

public void testCreateIssueWithoutBrowseProjectPermission()

interactiveUseCase

public void interactiveUseCase()
                        throws CannotTransformValueException
Throws:
CannotTransformValueException


Copyright © 2013 Atlassian. All Rights Reserved.