Searched refs:shadowIntent (Results 1 – 3 of 3) sorted by relevance
115 ShadowActivity.IntentForResult shadowIntent = in create_emptyIntent() local118 assertThat(shadowIntent).isNull(); in create_emptyIntent()125 ShadowActivity.IntentForResult shadowIntent = in create_noInputs() local128 assertThat(shadowIntent).isNull(); in create_noInputs()138 ShadowActivity.IntentForResult shadowIntent = in create_inputNotFound() local141 assertThat(shadowIntent).isNull(); in create_inputNotFound()151 ShadowActivity.IntentForResult shadowIntent = in create_validInput() local153 assertThat(shadowIntent).isNotNull(); in create_validInput()154 assertThat(shadowIntent.options).isNull(); in create_validInput()155 assertThat(shadowIntent.intent.getExtras()).isNotNull(); in create_validInput()[all …]
322 ShadowIntent shadowIntent = shadowOf(startedIntent); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen() local323 assertThat(shadowIntent.getIntentClass()).isEqualTo(SubSettings.class); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen()558 ShadowIntent shadowIntent = shadowOf(startedIntent); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity() local559 assertThat(shadowIntent.getIntentClass()).isEqualTo(SubSettings.class); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()
629 ShadowIntent shadowIntent = shadowOf(startedIntent); in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails() local630 assertThat(shadowIntent.getIntentClass()).isEqualTo(SubSettings.class); in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails()