aboutsummaryrefslogtreecommitdiff
path: root/src/test/java
AgeCommit message (Collapse)Author
2021-04-09Added functionality that adds to the DB directly. Also, can handle multiple ↵Michael Foiani
trades within a transaction now.
2021-04-05Moved around and added some tests and added an xml parser that uses urls ↵Michael Foiani
instead of locally held files.
2021-04-05Added a basic xml parser that deals with local files. TODO: add a url one. ↵Michael Foiani
Also, added some tests to ensure it's ok. Needs some edge case testing still.
2021-04-04Link mapper up and running, making map that hub search will run onJulia McCauley
2021-04-01updated database + code to include holder idsJulia McCauley
2021-04-01DatabaseQuerier fully functional for hub search purposes, some basic tests ↵Julia McCauley
written