Uses of Interface
com.atlassian.crowd.acceptance.rest.RestServer

Packages that use RestServer
com.atlassian.crowd.acceptance.tests.rest   
com.atlassian.crowd.acceptance.tests.rest.service   
 

Uses of RestServer in com.atlassian.crowd.acceptance.tests.rest
 

Classes in com.atlassian.crowd.acceptance.tests.rest that implement RestServer
 class RestServerImpl
           
 

Uses of RestServer in com.atlassian.crowd.acceptance.tests.rest.service
 

Methods in com.atlassian.crowd.acceptance.tests.rest.service with parameters of type RestServer
 void RestCrowdServiceAcceptanceTestCase.setRestServer(RestServer restServer)
          Sets the RestServer instance to test against.
 

Constructors in com.atlassian.crowd.acceptance.tests.rest.service with parameters of type RestServer
AuthenticationResourceTest(java.lang.String name, RestServer restServer)
          Constructs a test case with the given name, using the given RestServer.
GroupsResourceTest(java.lang.String name, RestServer restServer)
          Constructs a test case with the given name, using the given RestServer.
RestCrowdServiceAcceptanceTestCase(java.lang.String name, RestServer restServer)
          Constructs a test case with the given name, using the given RestServer.
SearchResourceTest(java.lang.String name, RestServer restServer)
          Constructs a test case with the given name, using the given RestServer.
TokenResourceTest(java.lang.String name, RestServer restServer)
          Constructs a test case with the given name, using the given RestServer.
UsersResourceTest(java.lang.String name, RestServer restServer)
          Constructs a test case with the given name, using the given RestServer.
 



Copyright © 2012 Atlassian. All Rights Reserved.