Class GroovyScriptTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
groovy.util.GroovyTestCase
org.apache.ofbiz.testtools.GroovyScriptTestCase
All Implemented Interfaces:
junit.framework.Test

public class GroovyScriptTestCase extends GroovyTestCase
This test case engine allow writing test in groovy script that do not need compilation.
  • Constructor Details

    • GroovyScriptTestCase

      public GroovyScriptTestCase()
  • Method Details

    • setDelegator

      public final void setDelegator(Delegator delegator)
    • getDelegator

      public final Delegator getDelegator()
    • getDispatcher

      public final LocalDispatcher getDispatcher()
    • setDispatcher

      public final void setDispatcher(LocalDispatcher dispatcher)
    • setSecurity

      public final void setSecurity(Security security)
    • getSecurity

      public final Security getSecurity()