Searched defs:mockTextWatcher (Results 1 – 3 of 3) sorted by relevance
202 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithTextResourceId_ShouldNotifyTextWatcher() local213 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithCharSequence_ShouldNotifyTextWatcher() local223 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in givenATextViewWithATextWatcherAdded_WhenSettingNullText_ShouldNotifyTextWatcher() local249 TextWatcher mockTextWatcher = mock(TextWatcher.class); in whenSettingText_ShouldFireBeforeTextChangedWithCorrectArguments() local261 TextWatcher mockTextWatcher = mock(TextWatcher.class); in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() local276 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in whenSettingText_ShouldFireAfterTextChangedWithCorrectArgument() local295 TextWatcher mockTextWatcher = mock(TextWatcher.class); in whenAppendingText_ShouldFireBeforeTextChangedWithCorrectArguments() local308 TextWatcher mockTextWatcher = mock(TextWatcher.class); in whenAppendingText_ShouldFireOnTextChangedWithCorrectArguments() local324 MockTextWatcher mockTextWatcher = new MockTextWatcher(); in whenAppendingText_ShouldFireAfterTextChangedWithCorrectArgument() local452 TextWatcher mockTextWatcher = mock(TextWatcher.class); in whenSettingTextToNull_WatchersSeeEmptyString() local[all …]
285 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetLettersWatcher() local311 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetLettersWatcherWithNullAppend() local320 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetDigitsWatcher() local339 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testSetFilterWatcher() local365 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testRemoveFilterWatcher() local
335 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testOnTextChanged() local692 final TextWatcher mockTextWatcher = mock(TextWatcher.class); in testReplaceText() local