aboutsummaryrefslogtreecommitdiffstats
path: root/test/eu/equalparts
Commit message (Collapse)AuthorAgeFilesLines
* Added more filtering tests, almost doneEduardo Pedroni2016-08-151-121/+513
|
* Implemented some more filtering tests, sorted out validation and exceptionsEduardo Pedroni2016-08-145-62/+410
|
* Refactored a lot of things, started adding the rest of the filteringEduardo Pedroni2016-08-122-25/+25
|
* Fixed minor issue with tests, should be passing nowEduardo Pedroni2016-08-121-6/+6
|
* Refactored the Card data structure to be able to do filtering properlyEduardo Pedroni2016-08-115-81/+59
|
* Added filtering, still not working fullyEduardo Pedroni2016-08-075-44/+308
|
* Refactoring sortingEduardo Pedroni2016-06-121-40/+21
|
* Implemented deck class, now need to think a bit about the interface before ↵Eduardo Pedroni2016-06-052-0/+53
| | | | continuing
* Refactored card storage to support decks, updated testsEduardo Pedroni2016-06-053-132/+339
|
* Refactoring....Eduardo Pedroni2016-04-054-304/+136
|
* It appears to be working, will continue tomorrowEduardo Pedroni2016-03-303-4/+6
|
* About to try out interfacesEduardo Pedroni2016-03-301-2/+1
|
* Tests should pass nowEduardo Pedroni2016-03-262-2/+2
|
* Refactored storage hierarchy, now need to look into decks againEduardo Pedroni2016-03-267-211/+309
|
* Sorting out tests for new class hierarchyEduardo Pedroni2016-03-251-135/+11
|
* Sorted out new cardbase format, need to do decks nextEduardo Pedroni2016-03-192-31/+31
|
* Tests almost passingEduardo Pedroni2016-03-161-4/+7
|
* Refactor is coming along, just need to sort out the new file structure nowEduardo Pedroni2016-03-152-35/+27
|
* Transitioning to a better way to store card counts, not done yet thoughEduardo Pedroni2016-03-141-21/+22
|
* Passing all tests, but it is nasty, need to refactor nowEduardo Pedroni2015-11-153-32/+16
|
* Finished CLI tests, now need to fix some add bugsEduardo Pedroni2015-11-151-107/+694
|
* Fixed a bug where the testbase got overwrittenEduardo Pedroni2015-11-101-4/+2
|
* Finished redoing the existing CLI tests, CardbaseCLITest now does not import ↵Eduardo Pedroni2015-11-101-109/+83
| | | | ANY cardbase class besides the CLI itself - score
* Started refactoring CLI tests AGAIN, properly this time by emulating user inputEduardo Pedroni2015-11-074-191/+347
|
* Refactored CLI tests to work with a more sensible designEduardo Pedroni2015-11-061-137/+265
|
* Finished perusal tests, wrote happy path remove tests but still not passingEduardo Pedroni2015-11-042-3/+147
|
* Added travis, perusal testsEduardo Pedroni2015-08-293-1/+130
|
* Added a few more CLI tests, need to figure out why they don't work properly ↵Eduardo Pedroni2015-08-234-10/+274
| | | | 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-245-89/+282
| | | | testable
* Reorganised the test folder a bit more, started working on CLI tests, a bit ↵Eduardo Pedroni2015-07-2310-54/+176
| | | | tricky, will require refactoring
* Sorted out test packages, they're now named the same as the source packages ↵Eduardo Pedroni2015-07-2312-107/+129
| | | | to allow package access. Genius!
* Thinking about refactoring the way the count is doneEduardo Pedroni2015-07-222-2/+5
|
* Finished basic Cardbase tests, doing CLI nextEduardo Pedroni2015-07-228-15/+94
|
* Added lots of cardbase tests, refactored a little bit, will need to ↵Eduardo Pedroni2015-07-215-19/+258
| | | | completely rework the way counts are done
* Cleaned up a bit, finished sort tests, refactored cardbase adding and ↵Eduardo Pedroni2015-07-133-6/+77
| | | | removing, need to write tests urgently
* Added some statistics functionality, TDDEduardo Pedroni2015-07-133-9/+152
|
* Forgot to add deck files, doneEduardo Pedroni2015-07-123-0/+56
|
* Made good progress with introspective sort, fixed ant build issue, ant ↵Eduardo Pedroni2015-06-281-73/+228
| | | | builds are now done on a different bin directory
* Mulling over the generic comparator issueEduardo Pedroni2015-06-244-1/+172
|
* Refactored CLI, exceptions are handled properly now. Started looking into UI ↵Eduardo Pedroni2015-06-061-0/+34
testing for the CLI.