Uses of Class
org.sakaiproject.entitybroker.mocks.RESTfulEntityProviderMock

Packages that use RESTfulEntityProviderMock
org.sakaiproject.entitybroker.mocks   
org.sakaiproject.entitybroker.mocks.data   
 

Uses of RESTfulEntityProviderMock in org.sakaiproject.entitybroker.mocks
 

Subclasses of RESTfulEntityProviderMock in org.sakaiproject.entitybroker.mocks
 class RedirectableEntityProviderMock
          Stub class to make it possible to test the Redirectable capabilities, will perform like the actual class so it can be reliably used for testing
Will perform all CRUDable operations as well as allowing for internal data output processing
Returns MyEntity objects
Allows for testing Resolvable and CollectionResolvable as well, returns 2 MyEntity objects if no search restrictions, 1 if "stuff" property is set, none if other properties are set
 class RedirectControllableEntityProviderMock
          Stub class to make it possible to test the RedirectControllable capabilities, will perform like the actual class so it can be reliably used for testing
Will perform all CRUDable operations as well as allowing for internal data output processing
Returns MyEntity objects
Allows for testing Resolvable and CollectionResolvable as well, returns 2 MyEntity objects if no search restrictions, 1 if "stuff" property is set, none if other properties are set
 class RedirectDefineableEntityProviderMock
          Stub class to make it possible to test the RedirectDefinable capabilities, will perform like the actual class so it can be reliably used for testing
Will perform all CRUDable operations as well as allowing for internal data output processing
Returns MyEntity objects
Allows for testing Resolvable and CollectionResolvable as well, returns 2 MyEntity objects if no search restrictions, 1 if "stuff" property is set, none if other properties are set
 class RequestStoreableEntityProviderMock
          Stub class to make it possible to test the RESTful capabilities, will perform like the actual class so it can be reliably used for testing
Will perform all CRUDable operations as well as allowing for internal data output processing
Returns MyEntity objects
Allows for testing Resolvable and CollectionResolvable as well, returns 3 MyEntity objects if no search restrictions, 1 if "stuff" property is set, none if other properties are set
 

Uses of RESTfulEntityProviderMock in org.sakaiproject.entitybroker.mocks.data
 

Fields in org.sakaiproject.entitybroker.mocks.data declared as RESTfulEntityProviderMock
 RESTfulEntityProviderMock TestData.entityProvider6
          Registered provider which implements CoreEntityProvider and RESTful
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.