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.java808 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument
809 threadFail("should throw " + exceptionName); in threadShouldThrow()
1055 public void shouldThrow(String exceptionName) {
1056 fail("Should throw " + exceptionName);