Merge "Taking local screenshot before navigation state is restored" into ub-launcher3-qt-dev am: e7f313dc0c

am: be8f7d2845

Change-Id: I9d24a4ef7f5f44018863ab23cc86435de1ce2f78
This commit is contained in:
Vadim Tryshev
2019-06-05 17:10:47 -07:00
committed by android-build-merger
3 changed files with 70 additions and 45 deletions
@@ -18,14 +18,14 @@ package com.android.quickstep;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import org.junit.Rule;
import org.junit.rules.TestRule;
import org.junit.rules.RuleChain;
/**
* Base class for all instrumentation tests that deal with Quickstep.
*/
public abstract class AbstractQuickStepTest extends AbstractLauncherUiTest {
@Rule
public TestRule mQuickstepOnOffExecutor =
new NavigationModeSwitchRule(mLauncher);
protected AbstractQuickStepTest() {
mOrderSensitiveRules = RuleChain.outerRule(new NavigationModeSwitchRule(mLauncher)).
around(mOrderSensitiveRules);
}
}