com.atlassian.jira.mock.ofbiz
Class ModelReaderMock

java.lang.Object
  extended by 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.


Nested Class Summary
static interface ModelReaderMock.Delegate
           
 
Method Summary
static org.ofbiz.core.entity.model.ModelReader getMock()
           
static org.ofbiz.core.entity.model.ModelReader getMock(ModelReaderMock.Delegate delegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMock

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

getMock

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.