Package com.atlassian.jira.mock.ofbiz
Class ModelReaderMock
java.lang.Object
com.atlassian.jira.mock.ofbiz.ModelReaderMock
Mock for
ModelReader
, which does not have any interface, which can be used by AvailableInContainer
. Instead of this one,
by this mock some functionality is delegated to interface ModelReaderMock.Delegate
.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic org.ofbiz.core.entity.model.ModelReader
getMock()
static org.ofbiz.core.entity.model.ModelReader
getMock
(ModelReaderMock.Delegate delegate)
-
Method Details
-
getMock
public static org.ofbiz.core.entity.model.ModelReader getMock() -
getMock
-