Searched refs:exceptionName (Results 1 – 1 of 1) sorted by relevance
808 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument809 threadFail("should throw " + exceptionName); in threadShouldThrow()1055 public void shouldThrow(String exceptionName) {1056 fail("Should throw " + exceptionName);