Home
last modified time | relevance | path

Searched defs:assertThrows (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-crbug-487105.js6 function assertThrows() { function
Dregress-347914.js21 var assertThrows; variable
42 as1sertThrows = function assertThrows(code, type_opt, cause_opt) { var threwException = true; try {… function
Dregress-568765.js12 assertThrows = function assertThrows(code, type_opt, cause_opt) { var threwException = true; try { … function
/external/v8/test/intl/
Dassert.js130 function assertThrows(code, type_opt, cause_opt) { function
/external/v8/test/mjsunit/
Dmjsunit.js94 var assertThrows; variable
351 assertThrows = function assertThrows(code, type_opt, cause_opt) { function
/external/testng/src/main/java/org/testng/
DAssert.java949 public static void assertThrows(ThrowingRunnable runnable) { in assertThrows() method in Assert
965 …public static <T extends Throwable> void assertThrows(Class<T> throwableClass, ThrowingRunnable ru… in assertThrows() method in Assert