|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestResources | |
---|---|
com.silverpeas.web | Provides the classes and interfaces from which web services can be defined and published in Silverpeas. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |