org.ofbiz.testtools
Class ServiceTest

java.lang.Object
  extended by TestCase
      extended by org.ofbiz.entity.testtools.EntityTestCase
          extended by org.ofbiz.service.testtools.OFBizTestCase
              extended by org.ofbiz.testtools.ServiceTest

public class ServiceTest
extends OFBizTestCase


Field Summary
static java.lang.String module
           
protected  java.lang.String serviceName
           
 
Fields inherited from class org.ofbiz.service.testtools.OFBizTestCase
dispatcher
 
Fields inherited from class org.ofbiz.entity.testtools.EntityTestCase
delegator
 
Constructor Summary
ServiceTest(java.lang.String caseName, org.w3c.dom.Element mainElement)
           
 
Method Summary
 int countTestCases()
           
 void run(TestResult result)
           
 
Methods inherited from class org.ofbiz.service.testtools.OFBizTestCase
getDispatcher, setDispatcher
 
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

module

public static final java.lang.String module

serviceName

protected java.lang.String serviceName
Constructor Detail

ServiceTest

public ServiceTest(java.lang.String caseName,
                   org.w3c.dom.Element mainElement)
Parameters:
modelTestSuite -
Method Detail

countTestCases

public int countTestCases()

run

public void run(TestResult result)