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

  /external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
load_unaligned_zeropad.c 116 unsigned long should; local
120 should = *(unsigned long *)p;
125 if (should != got) {
126 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should);
  /external/mockito/src/main/java/org/mockito/
BDDMockito.java 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(); method in interface:BDDMockito.Then
237 T should(VerificationMode mode); method in interface:BDDMockito.Then
243 T should(InOrder inOrder); method in interface:BDDMockito.Then
249 T should(InOrder inOrder, VerificationMode mode); method in interface:BDDMockito.Then
276 public T should() { method in class:BDDMockito.ThenImpl
284 public T should(VerificationMode mode) method in class:BDDMockito.ThenImpl
292 public T should(InOrder inOrder) { method in class:BDDMockito.ThenImpl
300 public T should(InOrder inOrder, VerificationMode mode) { method in class:BDDMockito.ThenImpl
    [all...]
  /external/mockito/src/test/java/org/mockitousage/customization/
BDDMockitoTest.java 240 then("notMock").should(); method
245 then("notMock").should(times(19));
250 then("notMock").should(); method
255 then(mock).should().booleanObjectReturningMethod();
262 then(mock).should().booleanObjectReturningMethod();
277 fail("should have reported this interaction wasn't wanted");
287 then(mock).should().booleanObjectReturningMethod();
290 fail("should have reported that no more interactions were wanted");
301 then(mock).should(inOrder).booleanObjectReturningMethod();
302 then(mock).should(inOrder).arrayReturningMethod()
    [all...]
  /build/make/core/
main.mk 224 Code should be written to work regardless of a device being Treble or \
225 variables like PRODUCT_SEPOLICY_SPLIT should be used until that is \
345 # TODO: this should be eng I think. Since the sdk is built from the eng
363 # non-empty if that module should be installed in /system.
365 # For most goals, anything not tagged with the "tests" tag should
367 define should-install-to-system
372 # For the sdk goal, anything with the "samples" tag should be
374 define should-install-to-system
782 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not link against $(call link-type-name,$(2)) ($(3))"))
    [all...]
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar 

Completed in 371 milliseconds