CoCoME System Tests

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

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

Methods in org.cocome.tradingsystem.systests.interfaces that return IEnterprise
 IEnterprise ITestDriver.initializeSystem()
          This is the first method called before any other method of the test driver is called.
 

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

Fields in org.cocome.tradingsystem.systests.scenarios declared as IEnterprise
protected  IEnterprise TestScenarioBase.enterprise
          The (globally unique) enterprise used.
 

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

Fields in org.cocome.tradingsystem.systests.util declared as IEnterprise
private  IEnterprise ProductGenerator.enterprise
          The enterprise used for creating products.
 

Constructors in org.cocome.tradingsystem.systests.util with parameters of type IEnterprise
ProductGenerator(long randomSeed, IEnterprise enterprise)
          Construct a new product generator.
 


CoCoME System Tests

CoCoME System Tests - 0.1