Searched refs:ViewNotFoundException (Results 1 – 7 of 7) sorted by relevance
140 .notNull(ViewNotFoundException()) in onView()168 } catch (e: ViewNotFoundException) { in onView()173 .notNull(ViewNotFoundException()) in onView()
57 public class ViewNotFoundException(msg: String? = null) : Exception(msg) class
127 .notNull(ViewNotFoundException()) in onView()
158 .notNull(ViewNotFoundException()) in onView()
27 import androidx.test.uiautomator.ViewNotFoundException102 @Test(expected = ViewNotFoundException::class)
625 public final class ViewNotFoundException extends java.lang.Exception {626 ctor public ViewNotFoundException();627 ctor public ViewNotFoundException(optional String? msg);