it
Class AsynchronousComponentRestClientTest

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

public class AsynchronousComponentRestClientTest
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
AsynchronousComponentRestClientTest()
           
 
Method Summary
 void testCreateAndRemoveComponent()
           
 void testCreateAndRemoveComponentAsUnauthorizedUsers()
           
 void testCreateComponentWithLead()
           
 void testGetComponent()
           
 void testGetComponentFromRestrictedProject()
           
 void testGetComponentOnJira4xOrNewerShouldContainNotNullId()
           
 void testGetComponentRelatedIssuesCount()
           
 void testGetInvalidComponent()
           
 void testUpdateComponent()
           
 
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

AsynchronousComponentRestClientTest

public AsynchronousComponentRestClientTest()
Method Detail

testGetComponent

public void testGetComponent()
                      throws Exception
Throws:
Exception

testGetComponentOnJira4xOrNewerShouldContainNotNullId

public void testGetComponentOnJira4xOrNewerShouldContainNotNullId()
                                                           throws Exception
Throws:
Exception

testGetInvalidComponent

public void testGetInvalidComponent()
                             throws Exception
Throws:
Exception

testGetComponentFromRestrictedProject

public void testGetComponentFromRestrictedProject()
                                           throws Exception
Throws:
Exception

testCreateAndRemoveComponent

public void testCreateAndRemoveComponent()

testCreateAndRemoveComponentAsUnauthorizedUsers

public void testCreateAndRemoveComponentAsUnauthorizedUsers()

testCreateComponentWithLead

public void testCreateComponentWithLead()

testUpdateComponent

public void testUpdateComponent()

testGetComponentRelatedIssuesCount

public void testGetComponentRelatedIssuesCount()


Copyright © 2013 Atlassian. All Rights Reserved.