forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Unit test your application
pyricau edited this page May 25, 2012
·
6 revisions
You should start by reading the Testing chapter in the Android documentation.
You may run your tests on a real environment, such as an emulator or a device. However, if you need fast running tests, you should definitely have a look at Robolectric an out-of-container test frameworks that runs within JUnit. It is absolutely needed if you use a continuous test runner, such as infinitest.
For instrumentation / integration tests, have a look at Robotium.
AndroidAnnotations was created by Pierre-Yves Ricau and is sponsored by eBusinessInformations.
09/11/2014 The 3.2 release is out !
- Get started!
- Download
- Cookbook, full of recipes
- Customize annotation processing
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow