Home
last modified time | relevance | path

Searched refs:expectFail (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplOpenCloseAllAppsTest.java18 import static com.android.launcher3.util.TestUtil.expectFail;
180 expectFail("All apps: could find a non-existing app", in runAllAppsTest()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DTestUtil.java217 public static void expectFail(String message, Runnable action) { in expectFail() method in TestUtil