Searched refs:actualIconResource (Results 1 – 1 of 1) sorted by relevance
370 final int actualIconResource = primaryAction.getIcon().toIcon().getResId(); in buildIntentSlice_noIconPassed_returnsSliceWithIcon() local371 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildIntentSlice_noIconPassed_returnsSliceWithIcon()389 final int actualIconResource = primaryAction.getIcon().toIcon().getResId(); in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon() local390 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon()405 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildToggleSlice_noIconPassed_returnsSliceWithIcon()419 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildSliderSlice_noIconPassed_returnsSliceWithIcon()439 final int actualIconResource = actualIcon.toIcon().getResId(); in getSafeIcon_replacesEmptyIconWithSettingsIcon() local440 assertThat(actualIconResource).isNotEqualTo(zeroIcon); in getSafeIcon_replacesEmptyIconWithSettingsIcon()441 assertThat(actualIconResource).isEqualTo(settingsIcon); in getSafeIcon_replacesEmptyIconWithSettingsIcon()453 final int actualIconResource = actualIcon.toIcon().getResId(); in getSafeIcon_invalidResource_shouldFallbackToSettingsIcon() local[all …]