Uses of Class
org.sakaiproject.entitybroker.mocks.CoreEntityProviderMock
-
Packages that use CoreEntityProviderMock Package Description org.sakaiproject.entitybroker.mocks -
-
Uses of CoreEntityProviderMock in org.sakaiproject.entitybroker.mocks
Subclasses of CoreEntityProviderMock in org.sakaiproject.entitybroker.mocks Modifier and Type Class Description classPropertyableEntityProviderMockMock which emulates the propertyable abilities, note that by default there are no properties on entitiesclassReferenceParseableEntityProviderMockStub class to make it possible to test theReferenceParseablecapability, will perform like the actual class so it can be reliably used for testingclassResolvableEntityProviderMockStub class to make it possible to test theResolvablecapability, will perform like the actual class so it can be reliably used for testing
ReturnsMyEntityobjects
Allows for testingCollectionResolvableas well, returns 3MyEntityobjects if no search restrictions, 1 if "stuff" property is set, none if other properties are set
Finally, this allows us to test the outputting of data because it implements outputable
-