Searched refs:summaryUpdate (Results 1 – 1 of 1) sorted by relevance
62 final String summaryUpdate = "updated"; in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange() local64 mSummaryUpdater.setTestSummary(summaryUpdate); in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange()67 verify(mListener).onSummaryChanged(summaryUpdate); in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange()75 final String summaryUpdate = "updated"; in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce() local76 mSummaryUpdater.setTestSummary(summaryUpdate); in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce()81 verify(mListener, times(1)).onSummaryChanged(summaryUpdate); in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce()