org.ofbiz.service.testtools
Class OFBizTestCase

java.lang.Object
  extended by TestCase
      extended by org.ofbiz.entity.testtools.EntityTestCase
          extended by org.ofbiz.service.testtools.OFBizTestCase
Direct Known Subclasses:
EntityXmlAssertTest, JythonTest, ServiceTest, SimpleMethodTest

public class OFBizTestCase
extends EntityTestCase


Field Summary
protected  LocalDispatcher dispatcher
           
 
Fields inherited from class org.ofbiz.entity.testtools.EntityTestCase
delegator
 
Constructor Summary
OFBizTestCase(java.lang.String name)
           
 
Method Summary
 LocalDispatcher getDispatcher()
           
 void setDispatcher(LocalDispatcher dispatcher)
           
 
Methods inherited from class org.ofbiz.entity.testtools.EntityTestCase
getDelegator, setDelegator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dispatcher

protected LocalDispatcher dispatcher
Constructor Detail

OFBizTestCase

public OFBizTestCase(java.lang.String name)
Method Detail

getDispatcher

public LocalDispatcher getDispatcher()

setDispatcher

public void setDispatcher(LocalDispatcher dispatcher)