CoCoME System Tests

Uses of Class
org.cocome.tradingsystem.systests.util.GeneratedStockItem

Packages that use GeneratedStockItem
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 GeneratedStockItem in org.cocome.tradingsystem.systests.scenarios
 

Methods in org.cocome.tradingsystem.systests.scenarios that return GeneratedStockItem
 GeneratedStockItem TestScenarioBase.StoreWrapper.getItemLowOnStock()
          Returns a product which is low on stock (amount <= minAmount)
 

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

Fields in org.cocome.tradingsystem.systests.util with type parameters of type GeneratedStockItem
private  java.util.List<GeneratedStockItem> StockGenerator.generatedStock
          A list of all stock items generated so far.
 

Methods in org.cocome.tradingsystem.systests.util that return GeneratedStockItem
 GeneratedStockItem StockGenerator.getGeneratedStockItem(int i)
          Returns the stock item generated when i stock items had been generated already.
 


CoCoME System Tests

CoCoME System Tests - 0.1