it
Class AsynchronousSearchRestClientFiltersTest

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

public class AsynchronousSearchRestClientFiltersTest
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 Filter FILTER_10000
           
static Filter FILTER_10001
           
static Filter FILTER_10002
           
static Filter FILTER_10003
           
static Filter FILTER_10004
           
 org.junit.rules.ExpectedException thrown
           
 
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
AsynchronousSearchRestClientFiltersTest()
           
 
Method Summary
 void testGetFavouriteFilters()
           
 void testGetFilterById()
           
 void testGetFilterByUrl()
           
 void testGetNotExistent()
           
 void testGetNotExistentById()
           
 
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

FILTER_10000

public static final Filter FILTER_10000

FILTER_10001

public static final Filter FILTER_10001

FILTER_10002

public static final Filter FILTER_10002

FILTER_10003

public static final Filter FILTER_10003

FILTER_10004

public static final Filter FILTER_10004

thrown

public org.junit.rules.ExpectedException thrown
Constructor Detail

AsynchronousSearchRestClientFiltersTest

public AsynchronousSearchRestClientFiltersTest()
Method Detail

testGetFavouriteFilters

public void testGetFavouriteFilters()
                             throws Exception
Throws:
Exception

testGetFilterByUrl

public void testGetFilterByUrl()
                        throws Exception
Throws:
Exception

testGetFilterById

public void testGetFilterById()
                       throws Exception
Throws:
Exception

testGetNotExistent

public void testGetNotExistent()
                        throws Exception
Throws:
Exception

testGetNotExistentById

public void testGetNotExistentById()
                            throws Exception
Throws:
Exception


Copyright © 2013 Atlassian. All Rights Reserved.