CoCoME System Tests

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

Packages that use ITestDriver
org.cocome.tradingsystem.systests This package mainly acts as a super package for the CoCoME trading system tests. 
org.cocome.tradingsystem.systests.scenarios This package contains the test scenarios for the trading system. 
 

Uses of ITestDriver in org.cocome.tradingsystem.systests
 

Fields in org.cocome.tradingsystem.systests with type parameters of type ITestDriver
private  java.lang.Class<ITestDriver> TestManager.testDriverClass
          The class of the test driver used.
 

Methods in org.cocome.tradingsystem.systests that return ITestDriver
 ITestDriver TestManager.createTestDriver()
          Returns a newly created test driver.
 

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

Fields in org.cocome.tradingsystem.systests.scenarios declared as ITestDriver
protected  ITestDriver TestScenarioBase.testDriver
          The test driver used for this test.
 


CoCoME System Tests

CoCoME System Tests - 0.1