CoCoME System Tests

Uses of Interface
org.cocome.tradingsystem.systests.interfaces.IOrder

Packages that use IOrder
org.cocome.tradingsystem.systests.interfaces All interfaces that have to be implemented by a test driver (or glue code). 
 

Uses of IOrder in org.cocome.tradingsystem.systests.interfaces
 

Methods in org.cocome.tradingsystem.systests.interfaces that return IOrder
 IOrder IStorePC.createOrder()
          Creates a new, empty order, which can be filled with order items and executed in the ordering process.
 

Methods in org.cocome.tradingsystem.systests.interfaces with parameters of type IOrder
 void IStorePC.executeOrder(IOrder order)
          Execute an order, i.e., we are done with adding products to that order so it can be sent out.
 void IStorePC.rollInOrder(IOrder order)
          Indicates that all products of this order have been received, so they should be added to the current stock.
 


CoCoME System Tests

CoCoME System Tests - 0.1