Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java337 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument
338 threadFail("should throw " + exceptionName); in threadShouldThrow()
473 public void shouldThrow(String exceptionName) { in shouldThrow() argument
474 fail("Should throw " + exceptionName); in shouldThrow()