OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoidMethodStubbable
(Results
1 - 3
of
3
) sorted by null
/external/mockito/src/org/mockito/stubbing/
VoidMethodStubbable.java
25
public interface
VoidMethodStubbable
<T> {
41
* @return
VoidMethodStubbable
- typically to choose void method and finish stubbing
43
VoidMethodStubbable
<T> toThrow(Throwable throwable);
65
* @return
VoidMethodStubbable
- typically to choose void method and finish stubbing
67
VoidMethodStubbable
<T> toReturn();
88
* @return
VoidMethodStubbable
- typically to choose void method and finish stubbing
90
VoidMethodStubbable
<T> toAnswer(Answer<?> answer);
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 34 milliseconds