CoCoME System Tests

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

Packages that use IStorePC
org.cocome.tradingsystem.systests.interfaces All interfaces that have to be implemented by a test driver (or glue code). 
org.cocome.tradingsystem.systests.scenarios This package contains the test scenarios for the trading system. 
org.cocome.tradingsystem.systests.util Support classes for generating products and stock items. 
 

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

Methods in org.cocome.tradingsystem.systests.interfaces that return IStorePC
 IStorePC ITestDriver.createStore()
          Returns a newly created store.
 

Methods in org.cocome.tradingsystem.systests.interfaces with parameters of type IStorePC
 ICashDesk ITestDriver.createCashDesk(IStorePC store)
          Returns a newly created cash desk system.
 boolean IEnterprise.existsProductTransfer(IProduct product, IStorePC storeFrom, IStorePC storeTo)
          Returns whether there is a product transfer requested (might be visible by orders in the database).
 

Uses of IStorePC in org.cocome.tradingsystem.systests.scenarios
 

Fields in org.cocome.tradingsystem.systests.scenarios declared as IStorePC
protected  IStorePC ProcessSaleBase.store
          The store used for this sale
private  IStorePC TestScenarioBase.StoreWrapper.storePC
          The store PC for the store.
 

Methods in org.cocome.tradingsystem.systests.scenarios that return IStorePC
 IStorePC TestScenarioBase.StoreWrapper.getStorePC()
          Returns the store PC for the store.
 

Constructors in org.cocome.tradingsystem.systests.scenarios with parameters of type IStorePC
TestScenarioBase.StoreWrapper(IStorePC storePC)
          Creates a new instance.
 

Uses of IStorePC in org.cocome.tradingsystem.systests.util
 

Fields in org.cocome.tradingsystem.systests.util declared as IStorePC
private  IStorePC StockGenerator.storePC
          The storePC used for adding stock.
 

Constructors in org.cocome.tradingsystem.systests.util with parameters of type IStorePC
StockGenerator(long randomSeed, IStorePC storePC, ProductGenerator productGenerator)
          Construct a new stock generator.
 


CoCoME System Tests

CoCoME System Tests - 0.1