get_test_app_ref
CHK(get_test_app_ref(kQualifyingApp, &app1) == B_OK);
CHK(get_test_app_ref(kControlApp, &app2) == B_OK);
status_t get_test_app_ref(RecentAppsTestAppId id, entry_ref *ref);
status_t err = get_test_app_ref(id, &ref);
CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK);
CHK(get_test_app_ref(kEmptyApp, &appRef2) == B_OK);
CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK);
CHK(get_test_app_ref(kNonQualifyingApp, &appRef2) == B_OK);
CHK(get_test_app_ref(kControlApp, &appRef1) == B_OK);
CHK(get_test_app_ref(kQualifyingApp, &appRef2) == B_OK);