CoCoME System Tests

org.cocome.tradingsystem.systests.scenarios
Class OrderAndReceiveProductsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.cocome.tradingsystem.systests.scenarios.TestScenarioBase
              extended by org.cocome.tradingsystem.systests.scenarios.OrderAndReceiveProductsTest
All Implemented Interfaces:
junit.framework.Test

public class OrderAndReceiveProductsTest
extends TestScenarioBase

This test covers use cases 3 and 5. An order will be executed for some products and the roll in of the correct products will be handled.

Version:
$Revision: 1.1 $
Author:
Christian Pfaller, $Author: hummel $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.cocome.tradingsystem.systests.scenarios.TestScenarioBase
TestScenarioBase.StoreWrapper
 
Field Summary
 
Fields inherited from class org.cocome.tradingsystem.systests.scenarios.TestScenarioBase
bank, enterprise, productGenerator, seedRng, stores, testDriver
 
Constructor Summary
OrderAndReceiveProductsTest()
           
 
Method Summary
 void testScenario()
          Execute the test case.
 
Methods inherited from class org.cocome.tradingsystem.systests.scenarios.TestScenarioBase
copySetup, createStore, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderAndReceiveProductsTest

public OrderAndReceiveProductsTest()
Method Detail

testScenario

public void testScenario()
                  throws java.lang.Exception
Execute the test case.

Throws:
java.lang.Exception

CoCoME System Tests

CoCoME System Tests - 0.1