Searched refs:ExceptionThree (Results 1 – 1 of 1) sorted by relevance
301 doThrow(new ExceptionThree()).when(mockTwo).clear(); in shouldMixThrowablesAndReturnsOnDifferentMocks()311 } catch (ExceptionThree e) { in shouldMixThrowablesAndReturnsOnDifferentMocks()389 private class ExceptionThree extends RuntimeException { class in StubbingWithThrowablesTest