aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libs
Commit message (Collapse)AuthorAgeFilesLines
* remove robotium test frameworkBananeweizen2014-11-153-1/+0
| | | | | It has not been used (except for one test). By now, espresso is recommended over robotium in most cases due to the automatic synchronization.
* upgrade AssertJ to 1.7Bananeweizen2014-11-152-0/+0
|
* use new instrumentation test runnerBananeweizen2014-09-071-0/+0
| | | | | | | | | | For Espresso UI tests it is required to use a newer Google instrumentation test runner, but that one doesn't support junit reports. Therefore let's have our own derived test runner, which supports junit reports. This change will break existing Eclipse launch configurations for unit tests. You have to select the new junit runner in the launch config afterwards.
* #2414: Use assertJ assertionsMichael Keppler2014-04-221-0/+0
| | | | | | | AssertJ is a fork of FEST. Both are signature compatible in the core assertions, so we can still switch to FEST should we see a need for it. If you have trouble compiling or running tests after pulling this change, please shout out loud.
* Update Robotium librarySamuel Tardieu2014-04-056-1/+1
| | | | | Also, reenable the test. It will be disabled again if it does not work reliably on the continuous integration server.
* enable eclipse null analysis on test projectBananeweizen2014-01-121-0/+0
|
* fix #2759: have JUnit reports in testsBananeweizen2013-05-221-0/+0
|
* refactoring: attach javadoc for robotium libraryBananeweizen2012-12-262-0/+1
|
* have initial UI test for #2208Bananeweizen2012-12-061-0/+0