An open API service indexing awesome lists of open source software.

https://github.com/ksoichiro/android-tests

Examples of Android tests.
https://github.com/ksoichiro/android-tests

android android-tests

Last synced: about 1 year ago
JSON representation

Examples of Android tests.

Awesome Lists containing this project

README

          

android-tests
=============

Collection of Android app tests.
Each folders are pairs of sample app codes and test codes.

## Contents

### [docker-emulator](https://github.com/ksoichiro/android-tests/tree/master/docker-emulator)

Test with Android ARM EABI emulator executed on Docker.

### [docker-http-client](https://github.com/ksoichiro/android-tests/tree/master/docker-http-client)

HTTP client test using a dummy web server built on Docker.

### [first-robolectric](https://github.com/ksoichiro/android-tests/tree/master/first-robolectric)

The very simple project structure for Robolectric and gradle.

### [transition](https://github.com/ksoichiro/android-tests/tree/master/transition)

Screen transition tests using `Activity` and `Fragment`.

## License

Copyright (c) 2013 Soichiro Kashima
Licensed under the MIT license.