HomeSort by relevance Sort by last modified time
    Searched defs:wantedArgumentPosition (Results 1 - 5 of 5) sorted by null

  /external/mockito/src/org/mockito/internal/stubbing/answers/
ReturnsArgumentAt.java 28 private final int wantedArgumentPosition;
33 * @param wantedArgumentPosition The position of the argument identity to return in the invocation.
36 public ReturnsArgumentAt(int wantedArgumentPosition) {
37 this.wantedArgumentPosition = checkWithinAllowedRange(wantedArgumentPosition);
53 return wantedArgumentPosition == LAST_ARGUMENT;
57 return wantedArgumentPosition;
71 public int wantedArgumentPosition() {
72 return wantedArgumentPosition;
79 wantedArgumentPosition);
    [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 83 milliseconds