org.ofbiz.testtools
Class JythonTest

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.JythonTest

public class JythonTest
extends OFBizTestCase


Field Summary
static java.lang.String module
           
protected  java.lang.String scriptLocation
           
 
Fields inherited from class org.ofbiz.service.testtools.OFBizTestCase
dispatcher
 
Fields inherited from class org.ofbiz.entity.testtools.EntityTestCase
delegator
 
Constructor Summary
JythonTest(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

scriptLocation

protected java.lang.String scriptLocation
Constructor Detail

JythonTest

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

countTestCases

public int countTestCases()

run

public void run(TestResult result)