Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3483.js15 function assertThrows(src) { function
Dregression-test-issue-3527.js15 function assertThrows(src) { function
Dexponentiation.js38 function assertThrows(src) { function
Dstring-raw.js16 function assertThrows(str, error) { function
Darray-species.js101 function assertThrows (a, b) { function
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
DAssertUtil.java7 public static <T extends Throwable> T assertThrows(Class<T> clazz, Runnable fn) { in assertThrows() method in AssertUtil
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/testing/testUtils/
DAssertUtil.java7 public static <T extends Throwable> T assertThrows(Class<T> clazz, Runnable fn) { in assertThrows() method in AssertUtil
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DAssertUtils.java15 public static <T extends Throwable> T assertThrows(Class<T> cls, CheckedRunnable<T> fn) { in assertThrows() method in AssertUtils
/third_party/node/test/js-native-api/test_general/
DtestInstanceOf.js33 function assertThrows(statement) { function