Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithThrowablesTest.java301 doThrow(new ExceptionThree()).when(mockTwo).clear(); in shouldMixThrowablesAndReturnsOnDifferentMocks()
311 } catch (ExceptionThree e) { in shouldMixThrowablesAndReturnsOnDifferentMocks()
389 private class ExceptionThree extends RuntimeException { class in StubbingWithThrowablesTest