Class PerformFindTests

  • All Implemented Interfaces:
    junit.framework.Test

    public class PerformFindTests
    extends OFBizTestCase
    • Constructor Summary

      Constructors 
      Constructor Description
      PerformFindTests​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testPerformFind()
      Main test function to call other test.
      • 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 Detail

      • PerformFindTests

        public PerformFindTests​(java.lang.String name)
    • Method Detail

      • testPerformFind

        public void testPerformFind()
                             throws java.lang.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:
        java.lang.Exception