Searched refs:pump (Results 1 – 25 of 306) sorted by relevance
12345678910>>...13
77 await tester.pump();81 await tester.pump();85 await tester.pump();89 await tester.pump();93 await tester.pump();94 await tester.pump(const Duration(milliseconds: 1020));104 await tester.pump();108 await tester.pump();112 await tester.pump();116 await tester.pump();[all …]
35 await tester.pump(); // no effect38 await tester.pump(); // drawer should be starting to animate in40 await tester.pump(const Duration(seconds: 1)); // animation done43 await tester.pump(); // drawer should be starting to animate away45 await tester.pump(const Duration(seconds: 1)); // animation done60 await tester.pump(); // no effect63 await tester.pump(); // drawer should be starting to animate in65 await tester.pump(const Duration(seconds: 1)); // animation done68 await tester.pump(); // nothing should have happened70 await tester.pump(const Duration(seconds: 1)); // ditto[all …]
68 await tester.pump();74 await tester.pump(const Duration(milliseconds: 16));80 await tester.pump(const Duration(seconds: 1));88 await tester.pump();94 await tester.pump(const Duration(seconds: 1));102 await tester.pump();108 await tester.pump(const Duration(seconds: 1));116 await tester.pump();117 await tester.pump();123 await tester.pump(const Duration(seconds: 1));[all …]
37 await tester.pump(const Duration(seconds: 1));39 await tester.pump(const Duration(seconds: 1));54 await tester.pump(const Duration(seconds: 1));56 await tester.pump(const Duration(seconds: 1));68 await tester.pump(const Duration(seconds: 1));70 await tester.pump(const Duration(seconds: 1));79 await tester.pump(const Duration(seconds: 1));81 await tester.pump(const Duration(seconds: 1));93 await tester.pump(const Duration(seconds: 1));100 await tester.pump(); // just after release[all …]
185 await tester.pump(); // begin navigation195 await tester.pump();206 await tester.pump();218 await tester.pump(const Duration(seconds: 1));228 await tester.pump();239 await tester.pump(); // begin navigation249 await tester.pump();258 await tester.pump();266 await tester.pump(const Duration(seconds: 1));275 await tester.pump();[all …]
49 await tester.pump(const Duration(seconds: 1));53 await tester.pump(const Duration(seconds: 1));57 await tester.pump(const Duration(seconds: 1));69 await tester.pump(const Duration(milliseconds: 100));71 await tester.pump(const Duration(milliseconds: 100));73 await tester.pump(const Duration(milliseconds: 1500));85 await tester.pump();97 await tester.pump(const Duration(milliseconds: 100));99 await tester.pump(const Duration(milliseconds: 100));106 await tester.pump(const Duration(milliseconds: 100));[all …]
47 await tester.pump();57 await tester.pump();66 await tester.pump();110 await tester.pump();117 await tester.pump();124 await tester.pump();130 await tester.pump();136 await tester.pump();201 await tester.pump();205 await tester.pump();[all …]
122 await tester.pump();126 await tester.pump(kFourTenthsOfTheTransitionDuration);129 await tester.pump(kFourTenthsOfTheTransitionDuration);132 await tester.pump(kFourTenthsOfTheTransitionDuration);138 await tester.pump();139 await tester.pump();143 await tester.pump(kFourTenthsOfTheTransitionDuration);148 await tester.pump();152 await tester.pump(kFourTenthsOfTheTransitionDuration);156 await tester.pump(kFourTenthsOfTheTransitionDuration);[all …]
45 await tester.pump();51 await tester.pump(const Duration(seconds: 1)); // finish the scroll animation52 await tester.pump(const Duration(seconds: 1)); // finish the indicator settle animation53 await tester.pump(const Duration(seconds: 1)); // finish the indicator hide animation85 await tester.pump();86 await tester.pump(const Duration(seconds: 1)); // finish the scroll animation87 await tester.pump(const Duration(seconds: 1)); // finish the indicator settle animation88 await tester.pump(const Duration(seconds: 1)); // finish the indicator hide animation93 await tester.pump();94 await tester.pump(const Duration(seconds: 1)); // finish the scroll animation[all …]
104 await tester.pump();105 await tester.pump(const Duration(seconds: 1));111 await tester.pump();112 await tester.pump();113 await tester.pump(const Duration(seconds: 1));124 await tester.pump();125 await tester.pump();126 await tester.pump(const Duration(seconds: 1));160 await tester.pump();161 await tester.pump(const Duration(seconds: 1));[all …]
38 await tester.pump(); // schedule animation40 await tester.pump(); // begin animation42 …await tester.pump(const Duration(milliseconds: 750)); // 0.75s // animation last frame; two second…44 await tester.pump(const Duration(milliseconds: 750)); // 1.50s46 await tester.pump(const Duration(milliseconds: 750)); // 2.25s48 …await tester.pump(const Duration(milliseconds: 750)); // 3.00s // timer triggers to dismiss snackb…49 await tester.pump(); // begin animation51 …await tester.pump(const Duration(milliseconds: 750)); // 3.75s // last frame of animation, snackba…87 await tester.pump(); // schedule animation for bar190 await tester.pump(); // begin animation[all …]
69 await tester.pump(const Duration(milliseconds: 200));70 await tester.pump(const Duration(milliseconds: 200));71 await tester.pump(const Duration(milliseconds: 200));72 await tester.pump(const Duration(milliseconds: 200));75 await tester.pump(const Duration(milliseconds: 200));76 await tester.pump(const Duration(milliseconds: 200));77 await tester.pump(const Duration(milliseconds: 200));78 await tester.pump(const Duration(milliseconds: 200));103 await tester.pump(const Duration(milliseconds: 200));104 await tester.pump(const Duration(milliseconds: 200));[all …]
1 # pump chapter3 pump is a small node module that pipes streams together and destroys all of them if one of them clo…6 npm install pump9 … status](http://img.shields.io/travis/mafintosh/pump.svg?style=flat)](http://travis-ci.org/mafinto…16 pump does these two things for you20 Simply pass the streams you want to pipe together to pump and add an optional callback23 var pump = require('pump')29 pump(source, dest, function(err) {34 dest.destroy() // when dest is closed pump will destroy source38 You can use pump to pipe more than two streams together as well[all …]
37 await tester.pump();38 await tester.pump(const Duration(milliseconds: 500));70 await tester.pump();71 await tester.pump(const Duration(milliseconds: 500));132 await tester.pump();133 await tester.pump(const Duration(milliseconds: 500));147 await tester.pump();148 await tester.pump(const Duration(milliseconds: 500));178 await tester.pump();179 await tester.pump(const Duration(milliseconds: 500));[all …]
30 await tester.pump();32 await tester.pump(const Duration(milliseconds: 500));37 await tester.pump(const Duration(seconds: 3));38 await tester.pump(const Duration(seconds: 3));45 await tester.pump(_kScrollbarTimeToFade);46 await tester.pump(_kScrollbarFadeDuration * 0.5);79 await tester.pump();80 await tester.pump(const Duration(milliseconds: 500));88 await tester.pump();100 await tester.pump(const Duration(milliseconds: 500));[all …]
23 await tester.pump();28 await tester.pump();42 await tester.pump();47 await tester.pump();94 await tester.pump();115 await tester.pump();133 await tester.pump();155 await tester.pump();156 await tester.pump(const Duration(seconds: 1));198 await tester.pump();[all …]
121 await tester.pump();163 await tester.pump();195 await tester.pump();196 await tester.pump(const Duration(milliseconds: 20));197 await tester.pump(const Duration(milliseconds: 20));198 await tester.pump(const Duration(seconds: 3));260 await tester.pump();262 await tester.pump();264 await tester.pump();321 await tester.pump();[all …]
38 await tester.pump();39 await tester.pump(const Duration(milliseconds: 500));48 await tester.pump();131 await tester.pump(const Duration(milliseconds: 50));156 await tester.pump(const Duration(milliseconds: 50));174 await tester.pump(const Duration(milliseconds: 50));199 await tester.pump(const Duration(milliseconds: 200));224 await tester.pump(const Duration(milliseconds: 50));248 await tester.pump(const Duration(milliseconds: 200));278 await tester.pump();[all …]
28 await tester.pump();29 await tester.pump(const Duration(milliseconds: 150));53 await tester.pump();54 await tester.pump(const Duration(milliseconds: 100));99 await tester.pump(); // to load the localization, since it doesn't use a synchronous future105 await tester.pump();106 await tester.pump(const Duration(milliseconds: 150));127 await tester.pump();128 await tester.pump(const Duration(milliseconds: 100));169 await tester.pump();[all …]
38 await tester.pump(); // t=040 await tester.pump(); // t=0 again42 await tester.pump(const Duration(milliseconds: 50)); // t=5044 await tester.pump(const Duration(milliseconds: 100)); // t=15046 await tester.pump(const Duration(milliseconds: 50)); // t=20048 await tester.pump(const Duration(milliseconds: 400)); // t=60050 await tester.pump(const Duration(milliseconds: 199)); // t=79952 await tester.pump(const Duration(milliseconds: 51)); // t=85054 await tester.pump(const Duration(milliseconds: 400)); // t=120056 await tester.pump(const Duration(milliseconds: 400)); // t=1600[all …]
17 await tester.pump(); // see https://github.com/flutter/flutter/issues/186518 await tester.pump(); // triggers a frame29 await tester.pump(); // start opening menu30 await tester.pump(const Duration(seconds: 1)); // wait til it's really opened34 await tester.pump();36 await tester.pump();38 await tester.pump();40 await tester.pump();
26 await tester.pump(); // see https://github.com/flutter/flutter/issues/186527 await tester.pump(); // triggers a frame32 await tester.pump();35 await tester.pump(); // Launch36 await tester.pump(const Duration(seconds: 1)); // transition is complete41 await tester.pump(); // Start the pop "back" operation.42 await tester.pump(); // Complete the willPop() Future.43 await tester.pump(const Duration(seconds: 1)); // transition is complete
18 await tester.pump(); // see https://github.com/flutter/flutter/issues/186519 await tester.pump(); // triggers a frame45 await tester.pump(const Duration(milliseconds: 200));47 await tester.pump(const Duration(milliseconds: 200));49 await tester.pump(const Duration(milliseconds: 200));51 await tester.pump(const Duration(milliseconds: 200));53 await tester.pump(const Duration(milliseconds: 200));55 await tester.pump(const Duration(milliseconds: 200));57 await tester.pump(const Duration(hours: 100)); // for testing
63 await tester.pump(); // Launch the demo.64 await tester.pump(const Duration(milliseconds: 400)); // Wait until the demo has opened.68 await tester.pump(const Duration(milliseconds: 400));73 await tester.pump();74 await tester.pump(const Duration(milliseconds: 50));75 await tester.pump(const Duration(milliseconds: 200));76 await tester.pump(const Duration(milliseconds: 400));86 await tester.pump();87 await tester.pump(const Duration(milliseconds: 400));89 await tester.pump();[all …]