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.
- Host: GitHub
- URL: https://github.com/ksoichiro/android-tests
- Owner: ksoichiro
- Created: 2013-02-16T02:55:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T14:56:24.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T08:05:49.096Z (about 2 years ago)
- Topics: android, android-tests
- Language: Java
- Homepage:
- Size: 613 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.