aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/AbstractResourceInstrumentationTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: avoid optimization of TEMPORARY_LISTBananeweizen2014-08-041-2/+2
|
* fix several name shadowing occurrencesBananeweizen2014-06-291-1/+1
|
* fix #3823: detect import file type by contentBananeweizen2014-05-171-0/+7
|
* #2414 convert junit statements to assertjMichael Keppler2014-04-221-5/+7
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* resource not closed in testBananeweizen2014-03-041-5/+10
|
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
| | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-6/+6
|
* refactoring: extract GPX serialization to make it testableBananeweizen2013-06-221-0/+17
|
* fix #2764: remove temporary caches after testBananeweizen2013-05-241-0/+26
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-2/+2
|
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-101-0/+11
|
* refactoring: remove some of the TODOsBananeweizen2012-05-061-1/+0
|
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-4/+11
|
* more unit testsbananeweizen2011-11-111-0/+38
* tests for enumerations * initial OKAPI client and connector factory test * refactored enum lookups to disallow null values * refactored resource based tests to have one class for reading test resources