com.retek.rcom.test.concurrent
Class ConcurrentTestDataLoader

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.retek.commons.util.RetekTestCase
              extended bycom.retek.rcom.test.concurrent.ConcurrentTestDataLoader
All Implemented Interfaces:
junit.framework.Test

public class ConcurrentTestDataLoader
extends RetekTestCase


Field Summary
 OrderCancelReason cancelReason
           
 int id
           
static int NUM_MULTI_ORDERS
           
static int NUM_OF_CUSTOMERS
           
 OrderPendReason orderPendReason
           
static double PERCENT_ACTIVE_CUSTOMERS
           
static double PERCENT_CANCELLED_ORDERS
           
static double PERCENT_CLOSED_ORDERS
           
static double PERCENT_MULTI_PAYMENTS
           
static double PERCENT_OPEN_ORDERS
           
static double PERCENT_SAME_ADDR
           
static double PERCENT_WITH_ONE_LINE
           
static double PERCENT_WITH_ONE_ORDER
           
static double PERCENT_WITH_ORDERS
           
static double PERCENT_WITH_THREE_LINES
           
static double PERCENT_WITH_TWO_LINES
           
static DistributedReference SELLING_SKU
           
static DistributedReference USER
           
 Warehouse warehouse
           
static DistributedReference WAREHOUSE
           
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
ConcurrentTestDataLoader(java.lang.String name)
           
 
Method Summary
 void doInitialSetUp()
           
 void doSetUp()
           
 void doTearDown()
           
 void shipConfirm(ShipmentRequest shipRequest, RDate shipDate)
           
 void testDataLoad()
           
 
Methods inherited from class com.retek.commons.util.RetekTestCase
assertBusinessException, assertBusinessExceptionAttribute, assertContainsString, assertDateEqualsIgnoreTime, assertDateNotEqualsIgnoreTime, assertDateTimeEquals, assertEquals, assertEqualValuesDeep, assertEqualValuesDeep, assertEqualValuesDeep, assertFalse, assertFalse, assertNotEquals, assertNotNullAndEquals, assertNull, assertRetekEquals, assertStateEquals, assertStateNotEquals, assertXmlEquals, findDto, findDto, getContext, getReadBackContext, getReferences, getReferences, isOracleTestCase, resetSystemRDateToBusinessDay, runTest, setSecurityEncryption, setTaxSimulate, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USER

public static final DistributedReference USER

WAREHOUSE

public static final DistributedReference WAREHOUSE

SELLING_SKU

public static final DistributedReference SELLING_SKU

NUM_OF_CUSTOMERS

public static final int NUM_OF_CUSTOMERS
See Also:
Constant Field Values

NUM_MULTI_ORDERS

public static final int NUM_MULTI_ORDERS
See Also:
Constant Field Values

PERCENT_SAME_ADDR

public static final double PERCENT_SAME_ADDR
See Also:
Constant Field Values

PERCENT_ACTIVE_CUSTOMERS

public static final double PERCENT_ACTIVE_CUSTOMERS
See Also:
Constant Field Values

PERCENT_WITH_ORDERS

public static final double PERCENT_WITH_ORDERS
See Also:
Constant Field Values

PERCENT_WITH_ONE_ORDER

public static final double PERCENT_WITH_ONE_ORDER
See Also:
Constant Field Values

PERCENT_WITH_ONE_LINE

public static final double PERCENT_WITH_ONE_LINE
See Also:
Constant Field Values

PERCENT_WITH_TWO_LINES

public static final double PERCENT_WITH_TWO_LINES
See Also:
Constant Field Values

PERCENT_WITH_THREE_LINES

public static final double PERCENT_WITH_THREE_LINES
See Also:
Constant Field Values

PERCENT_MULTI_PAYMENTS

public static final double PERCENT_MULTI_PAYMENTS
See Also:
Constant Field Values

PERCENT_CLOSED_ORDERS

public static final double PERCENT_CLOSED_ORDERS
See Also:
Constant Field Values

PERCENT_OPEN_ORDERS

public static final double PERCENT_OPEN_ORDERS
See Also:
Constant Field Values

PERCENT_CANCELLED_ORDERS

public static final double PERCENT_CANCELLED_ORDERS
See Also:
Constant Field Values

id

public int id

cancelReason

public OrderCancelReason cancelReason

orderPendReason

public OrderPendReason orderPendReason

warehouse

public Warehouse warehouse
Constructor Detail

ConcurrentTestDataLoader

public ConcurrentTestDataLoader(java.lang.String name)
Method Detail

doInitialSetUp

public void doInitialSetUp()
                    throws java.lang.Exception
Specified by:
doInitialSetUp in class RetekTestCase
Throws:
java.lang.Exception

doSetUp

public void doSetUp()
             throws java.lang.Exception
Specified by:
doSetUp in class RetekTestCase
Throws:
java.lang.Exception

doTearDown

public void doTearDown()
                throws java.lang.Exception
Specified by:
doTearDown in class RetekTestCase
Throws:
java.lang.Exception

testDataLoad

public void testDataLoad()
                  throws java.lang.Exception
Throws:
java.lang.Exception

shipConfirm

public void shipConfirm(ShipmentRequest shipRequest,
                        RDate shipDate)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28