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.java148 assertThrowsIllegalArgumentException(new Runnable() { in testBadSize()
207 assertThrowsIllegalArgumentException(new Runnable() { in testNullArguments()
214 assertThrowsIllegalArgumentException(new Runnable() { in testNullArguments()
221 private static void assertThrowsIllegalArgumentException(Runnable runnable) { in assertThrowsIllegalArgumentException() method in NativeAllocationRegistryTest