Lines Matching refs:app

47 	@case 1			launch the app two times: B_MULTIPLE_LAUNCH | B_ARGV_ONLY,
50 @results first app: ReadyToRun(), QuitRequested()
51 second app: ReadyToRun(), QuitRequested()
55 BApplication app("application/x-vnd.obos-app-run-test");
76 @case 2 launch the app two times: B_MULTIPLE_LAUNCH | B_ARGV_ONLY,
79 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
80 second app: ArgvReceived(), ReadyToRun(), QuitRequested()
84 BApplication app("application/x-vnd.obos-app-run-test");
114 @case 3 launch the app two times: B_MULTIPLE_LAUNCH,
116 @results first app: ReadyToRun(), QuitRequested()
117 second app: ReadyToRun(), QuitRequested()
121 BApplication app("application/x-vnd.obos-app-run-test");
142 @case 4 launch the app two times: B_MULTIPLE_LAUNCH,
144 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
145 second app: ArgvReceived(), ReadyToRun(), QuitRequested()
149 BApplication app("application/x-vnd.obos-app-run-test");
179 @case 5 launch the app two times: B_SINGLE_LAUNCH | B_ARGV_ONLY,
181 @results first app: ReadyToRun(), QuitRequested()
182 second app: quits
186 BApplication app("application/x-vnd.obos-app-run-test");
209 @case 6 launch the app two times: B_SINGLE_LAUNCH | B_ARGV_ONLY,
211 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
212 second app: quits
216 BApplication app("application/x-vnd.obos-app-run-test");
241 @case 7 launch the app two times: B_SINGLE_LAUNCH,
243 @results first app: ReadyToRun(), QuitRequested()
244 second app: quits
248 BApplication app("application/x-vnd.obos-app-run-test");
271 @case 8 launch the app two times: B_SINGLE_LAUNCH,
273 @results first app: ArgvReceived(), ReadyToRun(), ArgvReceived(),
275 second app: quits
279 BApplication app("application/x-vnd.obos-app-run-test");
309 @results first app: ReadyToRun(), QuitRequested()
310 second app: ReadyToRun(), QuitRequested()
314 BApplication app("application/x-vnd.obos-app-run-test");
338 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
339 second app: ArgvReceived(), ReadyToRun(), QuitRequested()
343 BApplication app("application/x-vnd.obos-app-run-test");
376 @results first app: ReadyToRun(), QuitRequested()
377 second app: ReadyToRun(), QuitRequested()
381 BApplication app("application/x-vnd.obos-app-run-test");
405 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
406 second app: ArgvReceived(), ReadyToRun(), QuitRequested()
410 BApplication app("application/x-vnd.obos-app-run-test");
440 @case 13 launch the app two times: B_EXCLUSIVE_LAUNCH | B_ARGV_ONLY,
442 @results first app: ReadyToRun(), QuitRequested()
443 second app: quits
447 BApplication app("application/x-vnd.obos-app-run-test");
470 @case 14 launch the app two times: B_EXCLUSIVE_LAUNCH | B_ARGV_ONLY,
472 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
473 second app: quits
477 BApplication app("application/x-vnd.obos-app-run-test");
502 @case 15 launch the app two times: B_EXCLUSIVE_LAUNCH,
504 @results first app: ReadyToRun(), QuitRequested()
505 second app: quits
509 BApplication app("application/x-vnd.obos-app-run-test");
532 @case 16 launch the app two times: B_EXCLUSIVE_LAUNCH,
534 @results first app: ArgvReceived(), ReadyToRun(), ArgvReceived(),
536 second app: quits
540 BApplication app("application/x-vnd.obos-app-run-test");
570 @results first app: ReadyToRun(), QuitRequested()
571 second app: quits
575 BApplication app("application/x-vnd.obos-app-run-test");
601 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
602 second app: quits
606 BApplication app("application/x-vnd.obos-app-run-test");
633 @results first app: ReadyToRun(), QuitRequested()
634 second app: quits
638 BApplication app("application/x-vnd.obos-app-run-test");
663 @results first app: ArgvReceived(), ReadyToRun(), ArgvReceived(),
665 second app: quits
669 BApplication app("application/x-vnd.obos-app-run-test");
696 @case 21 launch the app two times: first: B_EXCLUSIVE_LAUNCH,
699 @results first app: ArgvReceived(), ReadyToRun(), ArgvReceived(),
701 second app: quits
705 BApplication app("application/x-vnd.obos-app-run-test");
732 @case 22 launch the app two times:
736 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
737 second app: quits
741 BApplication app("application/x-vnd.obos-app-run-test");