Bug 967134 - Add documentation link to UITest. r=margaret

This commit is contained in:
Michael Comella 2014-02-03 15:20:00 -08:00
parent 34157a2362
commit 4aa5cf44bb

View File

@ -29,6 +29,9 @@ import java.util.HashMap;
* provide a framework to improve upon the issues discovered with the previous BaseTest
* implementation by providing simple test authorship and framework extension, consistency,
* and reliability.
*
* For documentation on writing tests and extending the framework, see
* https://wiki.mozilla.org/Mobile/Fennec/Android/UITest
*/
abstract class UITest extends ActivityInstrumentationTestCase2<Activity>
implements UITestContext {