Class ModelReaderMock

java.lang.Object
com.atlassian.jira.mock.ofbiz.ModelReaderMock

public class ModelReaderMock extends Object
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.
  • Method Details

    • getMock

      public static org.ofbiz.core.entity.model.ModelReader getMock()
    • getMock

      public static org.ofbiz.core.entity.model.ModelReader getMock(ModelReaderMock.Delegate delegate)