Home
last modified time | relevance | path

Searched refs:assertThrowsIllegalArgumentException (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java138 assertThrowsIllegalArgumentException(new Runnable() { in testBadSize()
181 assertThrowsIllegalArgumentException(new Runnable() { in testNullArguments()
188 assertThrowsIllegalArgumentException(new Runnable() { in testNullArguments()
195 private static void assertThrowsIllegalArgumentException(Runnable runnable) { in assertThrowsIllegalArgumentException() method in NativeAllocationRegistryTest