Uses of Class
com.silverpeas.web.TestResources

Packages that use TestResources
com.silverpeas.web   
 

Uses of TestResources in com.silverpeas.web
 

Classes in com.silverpeas.web with type parameters of type TestResources
 class ResourceCreationTest<T extends TestResources>
          Unit tests on the creation of a new resource in Silverpeas through a REST web service.
 class ResourceDeletionTest<T extends TestResources>
          Unit tests on the deletion of a resource in Silverpeas through a REST web service.
 class ResourceGettingTest<T extends TestResources>
          Unit tests on the getting of a resource in Silverpeas through a REST web service.
 class ResourceUpdateTest<T extends TestResources>
          Unit tests on the update of a resource in Silverpeas through a REST web service.
 class RESTWebServiceTest<T extends TestResources>
          The base class for testing REST web services in Silverpeas.
 

Methods in com.silverpeas.web that return TestResources
static TestResources TestResources.getTestResources()
          Gets a TestResources instance managed by the IoC container within which is running the test case.
 



Copyright © 2016 Silverpeas. All Rights Reserved.