it
Class JerseyProjectRestClientReadOnlyTest

java.lang.Object
  extended by com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
      extended by it.AbstractJerseyRestClientTest
          extended by it.JerseyProjectRestClientReadOnlyTest

public class JerseyProjectRestClientReadOnlyTest
extends AbstractJerseyRestClientTest

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.AbstractJerseyRestClientTest
client, jiraAuthRootUri, jiraRestRootUri, jiraUri, pm
 
Fields inherited from class com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
administration, assertions, environmentData, form, locator, log, navigation, page, parse, runningTestMethod, tester, text
 
Constructor Summary
JerseyProjectRestClientReadOnlyTest()
           
 
Method Summary
 void testGetAllProject()
           
 void testGetAnonymouslyProject()
           
 void testGetIssueTypes()
           
 void testGetNonExistingProject()
           
 void testGetPriorities()
           
 void testGetProject()
           
 void testGetResolutions()
           
 void testGetRestrictedProject()
           
 
Methods inherited from class it.AbstractJerseyRestClientTest
beforeMethod, isJira4x3OrNewer, isJira4x4OrNewer, isJira5xOrNewer, setAdmin, setAnonymousMode, setClient, setUser1, setUser2
 
Methods inherited from class com.atlassian.jira.nimblefunctests.framework.NimbleFuncTestCase
afterMethod, beforeClass, getRestoreConfig, isTestEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JerseyProjectRestClientReadOnlyTest

public JerseyProjectRestClientReadOnlyTest()
Method Detail

testGetNonExistingProject

public void testGetNonExistingProject()
                               throws Exception
Throws:
Exception

testGetProject

public void testGetProject()
                    throws URISyntaxException
Throws:
URISyntaxException

testGetRestrictedProject

public void testGetRestrictedProject()

testGetAnonymouslyProject

public void testGetAnonymouslyProject()

testGetAllProject

public void testGetAllProject()

testGetPriorities

public void testGetPriorities()

testGetIssueTypes

public void testGetIssueTypes()

testGetResolutions

public void testGetResolutions()


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.