Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/spies/
DPartialMockingWithSpiesTest.java51 public String getNameButDelegateToMethodThatThrows() { in getNameButDelegateToMethodThatThrows() method in PartialMockingWithSpiesTest.Person
93 .when(spy).getNameButDelegateToMethodThatThrows(); in shouldAllowStubbingWithThrowablesMethodsThatDelegateToOtherMethods()
97 spy.getNameButDelegateToMethodThatThrows(); in shouldAllowStubbingWithThrowablesMethodsThatDelegateToOtherMethods()
108 spy.getNameButDelegateToMethodThatThrows(); in shouldStackTraceGetFilteredOnUserExceptions()
122 spy.getNameButDelegateToMethodThatThrows(); in verifyTheStackTrace()