aboutsummaryrefslogtreecommitdiffstats
path: root/test/eu/equalparts/cardbase/cli/CardbaseCLITest.java
Commit message (Collapse)AuthorAgeFilesLines
* Added travis, perusal testsEduardo Pedroni2015-08-291-1/+67
|
* Added a few more CLI tests, need to figure out why they don't work properly ↵Eduardo Pedroni2015-08-231-10/+93
| | | | on windows
* Refactored comparators, did a little bit of CLI testing but will need to ↵Eduardo Pedroni2015-07-301-0/+41
| | | | look into mocking
* Did many CLI tests, have to rethink the MTGUniverse thing to make it more ↵Eduardo Pedroni2015-07-241-17/+243
| | | | testable
* Reorganised the test folder a bit more, started working on CLI tests, a bit ↵Eduardo Pedroni2015-07-231-14/+118
| | | | tricky, will require refactoring
* Sorted out test packages, they're now named the same as the source packages ↵Eduardo Pedroni2015-07-231-0/+58
to allow package access. Genius!