it
Class AsynchronousIssueRestClientWorklogTest

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

public class AsynchronousIssueRestClientWorklogTest
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
static String ISSUE_KEY
           
static String ISSUE_KEY_ANONYMOUS
           
 
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
AsynchronousIssueRestClientWorklogTest()
           
 
Method Summary
 void testAddWorklogAsAnonymous()
           
 void testAddWorklogAsAnonymousWithoutPermissions()
           
 void testAddWorklogAsLoggedUser()
           
 void testAddWorklogsWithEstimateAdjustment()
           
 void testAddWorklogsWithEstimateAdjustmentUsingTimeUnits()
           
 void testAddWorklogWithEmptyComment()
           
 void testAddWorklogWithVisibility()
           
 
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

ISSUE_KEY

public static final String ISSUE_KEY
See Also:
Constant Field Values

ISSUE_KEY_ANONYMOUS

public static final String ISSUE_KEY_ANONYMOUS
See Also:
Constant Field Values
Constructor Detail

AsynchronousIssueRestClientWorklogTest

public AsynchronousIssueRestClientWorklogTest()
Method Detail

testAddWorklogAsLoggedUser

public void testAddWorklogAsLoggedUser()

testAddWorklogAsAnonymousWithoutPermissions

public void testAddWorklogAsAnonymousWithoutPermissions()

testAddWorklogAsAnonymous

public void testAddWorklogAsAnonymous()

testAddWorklogWithEmptyComment

public void testAddWorklogWithEmptyComment()

testAddWorklogWithVisibility

public void testAddWorklogWithVisibility()

testAddWorklogsWithEstimateAdjustment

public void testAddWorklogsWithEstimateAdjustment()

testAddWorklogsWithEstimateAdjustmentUsingTimeUnits

public void testAddWorklogsWithEstimateAdjustmentUsingTimeUnits()


Copyright © 2013 Atlassian. All Rights Reserved.