Searched defs:assertThrows (Results 1 – 6 of 6) sorted by relevance
6 function assertThrows() { function
21 var assertThrows; variable42 as1sertThrows = function assertThrows(code, type_opt, cause_opt) { var threwException = true; try {… function
12 assertThrows = function assertThrows(code, type_opt, cause_opt) { var threwException = true; try { … function
130 function assertThrows(code, type_opt, cause_opt) { function
94 var assertThrows; variable351 assertThrows = function assertThrows(code, type_opt, cause_opt) { function
949 public static void assertThrows(ThrowingRunnable runnable) { in assertThrows() method in Assert965 …public static <T extends Throwable> void assertThrows(Class<T> throwableClass, ThrowingRunnable ru… in assertThrows() method in Assert