CoCoME System Tests

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

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

Methods in org.cocome.tradingsystem.systests.scenarios that return GeneratedProduct
 GeneratedProduct TestScenarioBase.StoreWrapper.getProductReadyForSale()
          Returns a product which is ready for sale (amount in stock > 0)
 

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

Fields in org.cocome.tradingsystem.systests.util declared as GeneratedProduct
(package private)  GeneratedProduct GeneratedStockItem.product
          The product this item is from.
 

Fields in org.cocome.tradingsystem.systests.util with type parameters of type GeneratedProduct
private  java.util.List<GeneratedProduct> ProductGenerator.generatedProducts
          A list of all products generated so far.
 

Methods in org.cocome.tradingsystem.systests.util that return GeneratedProduct
 GeneratedProduct ProductGenerator.getGeneratedProduct(int i)
          Returns the product generated when i products had been generated already.
 GeneratedProduct GeneratedStockItem.getProduct()
          Returns the product this item is from.
 

Constructors in org.cocome.tradingsystem.systests.util with parameters of type GeneratedProduct
GeneratedStockItem(GeneratedProduct product, int salesPrice, int amount, int minAmount, int maxAmount)
          Create a new instance.
 


CoCoME System Tests

CoCoME System Tests - 0.1