Class DalPerformanceInventoryLineTest


  • public class DalPerformanceInventoryLineTest
    extends OBBaseTest
    Does some simple performance tests by creating sets of InventoryCount and InventoryCountLine objects and then reading and updating them.
    Author:
    mtaal
    • Constructor Detail

      • DalPerformanceInventoryLineTest

        public DalPerformanceInventoryLineTest()
    • Method Detail

      • testACreateInventoryLine

        public void testACreateInventoryLine()
        Creates NO_HEADER InventoryCount objects and for each of them NO_LINE InventoryCountLine objects. These objects are stored in the database and the timing is reported.
      • testBReadAndAddLine

        public void testBReadAndAddLine()
        Reads the InventoryCountLine objects created in the above tests and adds one new line and updates one line. The timings are reported in the log.