Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
No bug - Add shared test code information.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Oct 31, 2013
1 parent 7bfb219 commit 3264989
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,17 @@ To run the integration test suite under Eclipse:
You can debug under Eclipse using ``Debug > Debug As ... > Android JUnit
Test.``.

Shared test code
----------------

Some test code is shared between both the unit test suite
and the integration test suite. This code may be found in:
``src/main/java/org/mozilla/gecko/background/testhelpers``. This
directory is exported to
``<path-to-mozilla-central>/mobile/android/tests/background/junit3/src/testhelpers``
by the ``fennec-copy-code.sh`` script. This shared code should be kept as
minimal as possible.

Landing code: getting your changes committed to android-sync and mozilla-inbound
================================================================================

Expand Down
11 changes: 11 additions & 0 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,14 @@ To run the integration test suite under Eclipse:

You can debug under Eclipse using ``Debug > Debug As ... > Android JUnit
Test.``.

Shared test code
----------------

Some test code is shared between both the unit test suite
and the integration test suite. This code may be found in:
``src/main/java/org/mozilla/gecko/background/testhelpers``. This
directory is exported to
``<path-to-mozilla-central>/mobile/android/tests/background/junit3/src/testhelpers``
by the ``fennec-copy-code.sh`` script. This shared code should be kept as
minimal as possible.

0 comments on commit 3264989

Please sign in to comment.