it
Class AsynchronousUserRestClientTest

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

public class AsynchronousUserRestClientTest
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
 
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
AsynchronousUserRestClientTest()
           
 
Method Summary
 void testGetNonExistingUser()
           
 void testGetUser()
           
 void testGetUserAnonymously()
           
 void testGetUserWhenEmailVisibilityIsHidden()
           
 void testGetUserWhenEmailVisibilityIsMasked()
           
 void testGetUserWithSlash()
           
 
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

AsynchronousUserRestClientTest

public AsynchronousUserRestClientTest()
Method Detail

testGetUser

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

testGetUserWithSlash

public void testGetUserWithSlash()

testGetNonExistingUser

public void testGetNonExistingUser()

testGetUserAnonymously

public void testGetUserAnonymously()

testGetUserWhenEmailVisibilityIsHidden

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

testGetUserWhenEmailVisibilityIsMasked

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


Copyright © 2013 Atlassian. All Rights Reserved.