From 4aa5cf44bb707e9f0702871c6574eb22c0ee39c9 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Mon, 3 Feb 2014 15:20:00 -0800 Subject: [PATCH] Bug 967134 - Add documentation link to UITest. r=margaret --- mobile/android/base/tests/UITest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/android/base/tests/UITest.java b/mobile/android/base/tests/UITest.java index f9d6cfac882..507851a2ff1 100644 --- a/mobile/android/base/tests/UITest.java +++ b/mobile/android/base/tests/UITest.java @@ -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 implements UITestContext {