Class MCRAccessMock

java.lang.Object
org.mycore.access.MCRAccessMock
All Implemented Interfaces:
MCRAccessInterface

@Singleton public class MCRAccessMock extends Object implements MCRAccessInterface
Can be used to write Tests against the MCRAccessManager. Just add MCR.Access.Class with MCRAccessMock.class.getName() to the test-properties in the overwritten MCRTestCase getTestProperties() method.