Uses of Class
org.sakaiproject.entitybroker.mocks.RESTfulEntityProviderMock
-
Packages that use RESTfulEntityProviderMock Package Description 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 Modifier and Type Class Description classRedirectableEntityProviderMockStub class to make it possible to test theRedirectablecapabilities, will perform like the actual class so it can be reliably used for testing
Will perform allCRUDableoperations as well as allowing for internal data output processing
ReturnsMyEntityobjects
Allows for testingResolvableandCollectionResolvableas well, returns 2MyEntityobjects if no search restrictions, 1 if "stuff" property is set, none if other properties are setclassRedirectControllableEntityProviderMockStub class to make it possible to test theRedirectControllablecapabilities, will perform like the actual class so it can be reliably used for testing
Will perform allCRUDableoperations as well as allowing for internal data output processing
ReturnsMyEntityobjects
Allows for testingResolvableandCollectionResolvableas well, returns 2MyEntityobjects if no search restrictions, 1 if "stuff" property is set, none if other properties are setclassRedirectDefineableEntityProviderMockStub class to make it possible to test theRedirectDefinablecapabilities, will perform like the actual class so it can be reliably used for testing
Will perform allCRUDableoperations as well as allowing for internal data output processing
ReturnsMyEntityobjects
Allows for testingResolvableandCollectionResolvableas well, returns 2MyEntityobjects if no search restrictions, 1 if "stuff" property is set, none if other properties are setclassRequestStoreableEntityProviderMockStub class to make it possible to test theRESTfulcapabilities, will perform like the actual class so it can be reliably used for testing
Will perform allCRUDableoperations as well as allowing for internal data output processing
ReturnsMyEntityobjects
Allows for testingResolvableandCollectionResolvableas well, returns 3MyEntityobjects 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 Modifier and Type Field Description RESTfulEntityProviderMockTestData. entityProvider6Registered provider which implementsCoreEntityProviderandRESTful
-