OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:returnsFirstArg
(Results
1 - 2
of
2
) sorted by null
/external/mockito/src/org/mockito/
AdditionalAnswers.java
19
* <p>See factory methods for more information : {@link #
returnsFirstArg
}, {@link #returnsSecondArg},
38
* <pre class="code"><code class="java">given(carKeyFob.authenticate(carKey)).will(
returnsFirstArg
());
39
* doAnswer(
returnsFirstArg
()).when(carKeyFob).authenticate(carKey)</code></pre>
46
public static <T> Answer<T>
returnsFirstArg
() {
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 190 milliseconds