Searched refs:MockTextWatcher (Results 1 – 1 of 1) sorted by relevance
162 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithTextResourceId_ShouldNotifyTextWatcher()172 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithCharSequence_ShouldNotifyTextWatcher()182 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in givenATextViewWithATextWatcherAdded_WhenSettingNullText_ShouldNotifyTextWatcher()192 List<MockTextWatcher> mockTextWatchers = anyNumberOfTextWatchers(); in givenATextViewWithMultipleTextWatchersAdded_WhenSettingText_ShouldNotifyEachTextWatcher()193 for (MockTextWatcher textWatcher : mockTextWatchers) { in givenATextViewWithMultipleTextWatchersAdded_WhenSettingText_ShouldNotifyEachTextWatcher()199 for (MockTextWatcher textWatcher : mockTextWatchers) { in givenATextViewWithMultipleTextWatchersAdded_WhenSettingText_ShouldNotifyEachTextWatcher()228 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in whenSettingText_ShouldFireAfterTextChangedWithCorrectArgument()269 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in whenAppendingText_ShouldFireAfterTextChangedWithCorrectArgument()279 MockTextWatcher watcher = new MockTextWatcher(); in removeTextChangedListener_shouldRemoveTheListener()368 private List<MockTextWatcher> anyNumberOfTextWatchers() { in anyNumberOfTextWatchers()[all …]