зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1395370: Add deprecation to BaseTest. r=nechen
MozReview-Commit-ID: J6Kl14vkNdX --HG-- extra : rebase_source : 07e7905c2f23fe4851bae61d00732fdf95fb8c6a
This commit is contained in:
Родитель
08e94c180c
Коммит
b8ebe79f95
|
@ -46,8 +46,11 @@ import com.robotium.solo.Timeout;
|
|||
|
||||
/**
|
||||
* A convenient base class suitable for most Robocop tests.
|
||||
*
|
||||
* This class is <strong>deprecated</strong>: please use {@link UITest} instead.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@Deprecated
|
||||
abstract class BaseTest extends BaseRobocopTest {
|
||||
private static final int VERIFY_URL_TIMEOUT = 2000;
|
||||
private static final int MAX_WAIT_ENABLED_TEXT_MS = 15000;
|
||||
|
|
Загрузка…
Ссылка в новой задаче