Searched refs:expectFail (Results 1 – 2 of 2) sorted by relevance
18 import static com.android.launcher3.util.TestUtil.expectFail;180 expectFail("All apps: could find a non-existing app", in runAllAppsTest()
217 public static void expectFail(String message, Runnable action) { in expectFail() method in TestUtil