aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/list
Commit message (Collapse)AuthorAgeFilesLines
* #2414 convert junit statements to assertjMichael Keppler2014-04-222-6/+9
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* refactoring: increase test coverageBananeweizen2013-09-152-1/+5
|
* fix broken testBananeweizen2013-09-141-3/+3
|
* refactoring: StoredListBananeweizen2013-09-142-4/+28
| | | * try more encapsulation instead of ID comparisons all time
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-0/+21
* should make adding a history list entry easier * includes some non null annotations * moved list code into separate package