Searched defs:atMost (Results 1 – 10 of 10) sorted by relevance
125 fun atMost(maxNumberOfInvocations: Int): VerificationMode { in atMost() method
56 VerificationMode atMost(int maxNumberOfInvocations); in atMost() method
55 public VerificationMode atMost(int maxNumberOfInvocations) { in atMost() method in Timeout
36 public static VerificationMode atMost(int maxNumberOfInvocations) { in atMost() method in VerificationModeFactory
40 public VerificationMode atMost(int maxNumberOfInvocations) { in atMost() method in VerificationWrapper
202 public boolean atMost(final JavaVersion requiredVersion) { in atMost() method in JavaVersion
2741 public static VerificationMode atMost(int maxNumberOfInvocations) { in atMost() method in Mockito
95 public BitmapRequestBuilder<ModelType, TranscodeType> atMost() { in atMost() method in BitmapRequestBuilder
244 public static <C extends Comparable<?>> Range<C> atMost(C endpoint) { in atMost() method in Range