This package contains the test scenarios for the trading system. The tests are implemented against the interfaces in package {@link org.cocome.tradingsystem.systests.interfaces}. Thus these are independet from any actual implementation of the trading system. To be able to execute the test scenarios here, the implementation of the before mentioned interfaces by the test driver is necessary.

Every test class comprises a single test method void testScenario() . There are also a few base classes which are super classes of the actual test classes. The base classes define parts of the tests which are reused in more different tests. The top-level class is {@link org.cocome.tradingsystem.systests.scenarios.TestScenarioBase} from which all other test classes inherit.