Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/serialization/
DParallelSerializationTest.java74 case 4 : iMethods.canThrowException(); break; in randomCallOn()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java157 String canThrowException() throws CharacterCodingException; in canThrowException() method
DMethodsImpl.java300 public String canThrowException() throws CharacterCodingException { in canThrowException() method in MethodsImpl