Searched defs:isTrue (Results 1 – 7 of 7) sorted by relevance
19 boolean isTrue() throws Throwable; in isTrue() method
26 public static void isTrue(boolean condition) { in isTrue() method in Assert
29 public static void isTrue(boolean condition) { in isTrue() method in Assert
77 @Throws(Throwable::class) fun isTrue(): Boolean in interface() method
181 boolean isTrue() throws Throwable; in isTrue() method
304 assertThat(closeLoggerLatch.await(200, TimeUnit.MILLISECONDS)).isTrue(); in testRunBackgroundFetchThrowsTimeoutDuringUpdates() method
82 public static void isTrue(final boolean condition) { in isTrue() method in Assert