it
Class AsynchronousIssueRestClientCommentTest

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

public class AsynchronousIssueRestClientCommentTest
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
AsynchronousIssueRestClientCommentTest()
           
 
Method Summary
 void testAddCommentToIssue()
           
 void testAddCommentToIssueAsAnonymousUser()
           
 void testAddCommentToIssueWithGroupLevelVisibility()
           
 void testAddCommentToIssueWithRoleLevelVisibility()
           
 
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

AsynchronousIssueRestClientCommentTest

public AsynchronousIssueRestClientCommentTest()
Method Detail

testAddCommentToIssue

public void testAddCommentToIssue()

testAddCommentToIssueAsAnonymousUser

public void testAddCommentToIssueAsAnonymousUser()

testAddCommentToIssueWithGroupLevelVisibility

public void testAddCommentToIssueWithGroupLevelVisibility()

testAddCommentToIssueWithRoleLevelVisibility

public void testAddCommentToIssueWithRoleLevelVisibility()


Copyright © 2013 Atlassian. All Rights Reserved.