Searched refs:Invokable (Results 1 – 3 of 3) sorted by relevance
45 public interface Invokable { interface in Utils55 public static void assertException(@NonNull Invokable r, in assertException()80 public static void runOnMainThread(@NonNull final Invokable r) throws Throwable { in runOnMainThread()111 public static void eventually(@NonNull Invokable r, long timeout) throws Throwable { in eventually()140 public static void eventually(@NonNull Invokable r) throws Throwable { in eventually()
34 public static void runAndAssertException(@NonNull Invokable r, in runAndAssertException()55 public interface Invokable { interface in Util
277 static void verifyException(@NonNull Invokable r, in verifyException()296 interface Invokable { interface in Utils