it
Class AsynchronousIssueRestClientReadOnlyTest

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

public class AsynchronousIssueRestClientReadOnlyTest
extends AbstractAsynchronousRestClientTest

Those tests mustn't change anything on server side, as jira is restored only once


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
 
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
AsynchronousIssueRestClientReadOnlyTest()
           
 
Method Summary
 void testGetCreateIssueMetadata()
           
 void testGetCreateIssueMetadataWithFieldsNotExpanded()
           
 void testGetCreateIssueMetadataWithProjectKeyFilter()
           
 void testGetIssue()
           
 void testGetIssueWithAnonymouslyCreatedAttachment()
           
 void testGetIssueWithAnonymouslyCreatedWorklogEntry()
           
 void testGetIssueWithNonTrivialComments()
           
 void testGetTransitions()
           
 void testGetVoter()
           
 void testGetVotersAnonymously()
           
 void testGetVotersWithoutViewIssuePermission()
           
 void testGetVotersWithoutViewVotersPermission()
           
 void testGetWatcherForAnonymouslyAccessibleIssue()
           
 void testGetWatchers()
           
 
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
 

Constructor Detail

AsynchronousIssueRestClientReadOnlyTest

public AsynchronousIssueRestClientReadOnlyTest()
Method Detail

testGetWatchers

public void testGetWatchers()
                     throws Exception
Throws:
Exception

testGetWatcherForAnonymouslyAccessibleIssue

public void testGetWatcherForAnonymouslyAccessibleIssue()

testGetIssueWithAnonymouslyCreatedAttachment

public void testGetIssueWithAnonymouslyCreatedAttachment()

testGetIssueWithAnonymouslyCreatedWorklogEntry

public void testGetIssueWithAnonymouslyCreatedWorklogEntry()

testGetIssue

public void testGetIssue()
                  throws Exception
Throws:
Exception

testGetIssueWithNonTrivialComments

public void testGetIssueWithNonTrivialComments()

testGetVoter

public void testGetVoter()

testGetVotersWithoutViewIssuePermission

public void testGetVotersWithoutViewIssuePermission()

testGetVotersWithoutViewVotersPermission

public void testGetVotersWithoutViewVotersPermission()

testGetVotersAnonymously

public void testGetVotersAnonymously()

testGetTransitions

public void testGetTransitions()
                        throws Exception
Throws:
Exception

testGetCreateIssueMetadata

public void testGetCreateIssueMetadata()
                                throws URISyntaxException
Throws:
URISyntaxException

testGetCreateIssueMetadataWithFieldsNotExpanded

public void testGetCreateIssueMetadataWithFieldsNotExpanded()
                                                     throws URISyntaxException
Throws:
URISyntaxException

testGetCreateIssueMetadataWithProjectKeyFilter

public void testGetCreateIssueMetadataWithProjectKeyFilter()
                                                    throws URISyntaxException
Throws:
URISyntaxException


Copyright © 2013 Atlassian. All Rights Reserved.