Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

sotcsa/super-simple-stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Super Simple Stocks application

Project description

This exercise project is a simple trading system, this repository does not contain the specification (confidential).

Requirement:

  • Java 1.7
  • Maven

Optional:

  • Eclipse with Maven

How to test?

mvn test

or import project into Eclipse, and run JUnit tests.

ApplicationTest

The ApplicationTest starts a Trading Simulator in separate thread, which records random trades in every 10 milliseconds. After one second the Main process calculates and displays stocks values (while simulator is still running). After it displays a calculation of the GBCE All Share Index. At the end test process terminates the simulator.

StockTest

It tests stock value calculations in several steps.

ExchangeTest

It tests exchange index calculation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages