Class PerformFindTests

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
All Implemented Interfaces:
junit.framework.Test

public class PerformFindTests extends OFBizTestCase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Main test function to call other test.

    Methods inherited from class org.apache.ofbiz.service.testtools.OFBizTestCase

    from, from, getDispatcher, getUserLogin, getUserLogin, logError, logInfo, logWarning, select, select, setDispatcher

    Methods inherited from class org.apache.ofbiz.entity.testtools.EntityTestCase

    getDelegator, setDelegator

    Methods inherited from class junit.framework.TestCase

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PerformFindTests

      public PerformFindTests(String name)
  • Method Details

    • testPerformFind

      public void testPerformFind() throws Exception
      Main test function to call other test. If each function call by junit, it generate an random error with DBCP See the issue OFBIZ-6218 Unit tests throw exception in DBCP for more details
      Throws:
      Exception