CoCoME System Tests

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

Packages that use ICashDesk
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. 
 

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

Methods in org.cocome.tradingsystem.systests.interfaces that return ICashDesk
 ICashDesk ITestDriver.createCashDesk(IStorePC store)
          Returns a newly created cash desk system.
 

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

Fields in org.cocome.tradingsystem.systests.scenarios declared as ICashDesk
protected  ICashDesk ProcessSaleBase.cashDesk
          The cash desk used for this sale
 

Fields in org.cocome.tradingsystem.systests.scenarios with type parameters of type ICashDesk
private  java.util.List<ICashDesk> TestScenarioBase.StoreWrapper.cashDesks
          The list of cash desks for this store.
 

Methods in org.cocome.tradingsystem.systests.scenarios that return ICashDesk
 ICashDesk TestScenarioBase.StoreWrapper.getCashDesk(int i)
          Returns the cash desk of the given index.
 


CoCoME System Tests

CoCoME System Tests - 0.1