Home | History | Annotate | Download | only in mockito

Lines Matching defs:should

59  *   then(person).should(times(2)).ride(bike);
72 * then(person).should(inOrder).drive(car);
73 * then(person).should(inOrder, times(2)).ride(bike);
207 * then(person).should(times(2)).ride(bike);
231 T should();
237 T should(VerificationMode mode);
243 T should(InOrder inOrder);
249 T should(InOrder inOrder, VerificationMode mode);
276 public T should() {
284 public T should(VerificationMode mode) {
292 public T should(InOrder inOrder) {
300 public T should(InOrder inOrder, VerificationMode mode) {