aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/androidTest
Commit message (Collapse)AuthorAgeFilesLines
* Fix instrumentation on connected testsKenny Root2015-09-031-0/+34
| | | | | | | JaCoCo was not setting its output file correctly and it ended up being attempted to be written to the root directory which didn't work. This is a temporary fix until an updated test runner comes out.
* Update StartupTest to be a bit more fluentKenny Root2015-08-291-15/+16
|
* Add test for local connectionsKenny Root2015-08-271-8/+147
| | | | | | This tests the basic functionality of creating a local terminal, making sure ConsoleActivity shows up, and being able to disconnect from the host.
* Add dummy Android testKenny Root2015-08-271-0/+22
| | | | | This is the start of the regression tests to make sure stuff like Local connections not working doesn't happen again.
* Add robolectric for testsKenny Root2014-10-039-1181/+0
|
* Convert to gradle build systemKenny Root2014-10-019-0/+1181