org.sakaiproject.entitybroker.mocks
Class ReferenceParseableEntityProviderMock
java.lang.Object
org.sakaiproject.entitybroker.mocks.EntityProviderMock
org.sakaiproject.entitybroker.mocks.CoreEntityProviderMock
org.sakaiproject.entitybroker.mocks.ReferenceParseableEntityProviderMock
- All Implemented Interfaces:
- ReferenceParseable, CoreEntityProvider, EntityProvider
public class ReferenceParseableEntityProviderMock
- extends CoreEntityProviderMock
- implements CoreEntityProvider, ReferenceParseable
Stub class to make it possible to test the ReferenceParseable capability, will perform
like the actual class so it can be reliably used for testing
- Author:
- Aaron Zeckoski (aaronz@vt.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceParseableEntityProviderMock
public ReferenceParseableEntityProviderMock(String prefix,
String[] ids)
- TEST Constructor: allows for easy setup of this stub for testing
- Parameters:
prefix - ids -
getParsedExemplar
public EntityReference getParsedExemplar()
- Specified by:
getParsedExemplar in interface ReferenceParseable
Copyright © 2007-2013 Sakai Project. All Rights Reserved.