gecko/build/mobile/robocop
2015-01-11 17:18:14 -08:00
..
res/values
Actions.java
AndroidManifest.xml.in Bug 986164 - Provide fake robocop share handlers for images and enable testPictureLinkContextMenu on Android 2.3; r=snorp 2014-06-17 17:34:02 -06:00
Assert.java
Driver.java
Element.java
FennecInstrumentationTestRunner.java
FennecMochitestAssert.java Bug 1093137 - Log stack trace for Robocop exceptions; r=chmanchester 2014-12-01 20:37:09 -08:00
FennecNativeActions.java Bug 1098456 - Increase timeout in blockForEvent (hail mary) r=gbrown 2014-11-13 16:53:48 -05:00
FennecNativeDriver.java Bug 1077590 - Part 0: minor sanity fixes in FennecNativeDriver. r=gbrown 2015-01-11 17:18:14 -08:00
FennecNativeElement.java Bug 1067060: Remove redundant typecasts, add final and some override annotations. r=mcomella 2014-09-13 18:58:07 -07:00
FennecTalosAssert.java
Makefile.in Bug 786638 - Create basic framework for testing reading list pages. r=bnicholson,nalexander 2014-11-20 17:47:00 -08:00
moz.build Bug 929865 - Part 3: Replace org.mozilla.gecko.App with BrowserApp. r=bnicholson 2014-06-24 18:20:13 -07:00
PaintedSurface.java
README
RoboCopException.java
RobocopShare1.java
RobocopShare2.java
RobocopUtils.java Bug 1067060: Remove use of SynchronousQueue from RobocopUtils. r=mcomella 2014-09-13 19:27:15 -07:00
robotium-solo-4.3.1.jar
StructuredLogger.java Bug 1034267 - Structured Logging for robocop. r=gbrown 2014-07-29 14:11:00 +02:00

Robocop is a Mozilla project which uses Robotium to test Firefox on Android devices.

Robotium is an open source tool licensed under the Apache 2.0 license and the original
source can be found here:
http://code.google.com/p/robotium/

We are including robotium-solo-4.3.1.jar as a binary and are not modifying it in any way
from the original download found at:
http://code.google.com/p/robotium/

Firefox for Android developers should read the documentation in
mobile/android/base/tests/README.rst.