aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/androidTest
Commit message (Collapse)AuthorAgeFilesLines
* Update instrumentation tests for new source layoutKenny Root2015-12-281-8/+8
| | | | | The ViewHolder was moved out into its own inner class, so use that instead of the HostAdapter.ViewHolder that used to exist.
* Disable tests until new "add host" activity has been completed.Kyle Horimoto2015-09-181-4/+4
|
* Use action bar open action in tests instead of menu keyKenny Root2015-09-181-1/+2
|
* Make test matches a bit more descriptiveKenny Root2015-09-181-3/+3
|
* Fix StartupTest tests to work with RecyclerView.Kyle Horimoto2015-09-172-62/+84
|
* Rename the "red" host test entry to be more uniqueKenny Root2015-09-111-3/+3
|
* Try to add workaround for Espresso test raceKenny Root2015-09-111-1/+41
| | | | | | The keyboard was not dismissing before the next espresso action ran, so it would send the input event to the wrong window and cause a security exception.
* Optimize imports in StartupTestKenny Root2015-09-071-12/+3
|
* Use in-memory database for instrumentation testingKenny Root2015-09-071-2/+1
|
* Change all database accessors to use singletonKenny Root2015-09-071-1/+1
|
* Add test for deleting hostKenny Root2015-09-051-0/+10
|
* Add a test for setting the host color to redKenny Root2015-09-052-57/+148
|
* 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