HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 326 - 350 of 855) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Bindings/OCaml/
scalar_opts.ml 24 if print_checkpoints then
  /external/mesa3d/src/mesa/
Android.libmesa_git_sha1.mk 50 $(hide) if which git > /dev/null; then \
  /external/mockito/src/main/java/org/mockito/
BDDMockito.java 13 * Behavior Driven Development style of writing tests uses <b>//given //when //then</b> comments as fundamental parts of your test methods.
18 * The problem is that current stubbing api with canonical role of <b>when</b> word does not integrate nicely with <b>//given //when //then</b> comments.
37 * //then
50 * //then
54 * For BDD style mock verification take a look at {@link Then} in action:
59 * then(person).should(times(2)).ride(bike);
60 * then(person).shouldHaveNoMoreInteractions();
61 * then(police).shouldHaveZeroInteractions();
72 * then(person).should(inOrder).drive(car);
73 * then(person).should(inOrder, times(2)).ride(bike)
214 public static <T> Then<T> then(T mock) { method in class:BDDMockito
    [all...]
  /external/python/cpython2/PC/VS7.1/
rt.bat 22 rem then you have to quote it on the rt line, like
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 3 rem building instrumented binaries, then running the testsuite, and
rt.bat 22 rem then you have to quote it on the rt line, like
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 3 rem building instrumented binaries, then running the testsuite, and
  /external/skia/modules/pathkit/perf/
perfReporter.js 61 }).then(() => console.log(`Successfully reported ${benchName} to perf aggregator`));
  /external/skqp/modules/pathkit/perf/
perfReporter.js 61 }).then(() => console.log(`Successfully reported ${benchName} to perf aggregator`));
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
bitreader.ml 12 let test x = if not x then exit 1 else ()
ipo_opts.ml 22 if print_checkpoints then
scalar_opts.ml 21 if print_checkpoints then
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
bitreader.ml 17 let test x = if not x then exit 1 else ()
bitwriter.ml 15 let test x = if not x then exit 1 else ()
diagnostic_handler.ml 20 let test x = if not x then exit 1 else ()
ipo.ml 25 if print_checkpoints then
linker.ml 25 if print_checkpoints then
passmgr_builder.ml 23 if print_checkpoints then
scalar_opts.ml 24 if print_checkpoints then
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
multi-section-mapping.s 34 @ .ident does a push then pop of the .comment section, so the .word should
  /external/syzkaller/pkg/ifuzz/
xed.go 5 // To run full tests, check out and build github.com/intelxed/xed, then run:
  /external/syzkaller/prog/
hints.go 17 // 4. If a valid program is obtained, then fuzzer launches it and
144 // If we call f(0x1234), then we'll see a comparison 0x34 vs 0xab and we'll
147 // If there's a match for the shrank value, then we replace the corresponding
160 // Suppose we call f(-1), then we'll see a comparison 0xffff vs 0xfffe and be
  /external/testng/doc/
banner.js 3 // pCurrentPage then 'class="current"' is added to the td element.
  /external/u-boot/board/imgtec/xilfpga/
README 43 Then checks if there is anything non 0xffff_ffff at location 0x1D40_0000
45 If there is, then that is considered as u-boot. u-boot is copied from
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 39 % and decoding respectively and then add it together:

Completed in 566 milliseconds

<<11121314151617181920>>