Searched refs:expectation (Results 1 – 9 of 9) sorted by relevance
109 final FillExpectation expectation = new FillExpectation(input, null); in expectInputTextChange() local110 mInput.addTextChangedListener(expectation.mInputWatcher); in expectInputTextChange()111 return expectation; in expectInputTextChange()119 final FillExpectation expectation = new FillExpectation(input, password); in expectAutoFill() local120 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()121 mPassword.addTextChangedListener(expectation.mPasswordWatcher); in expectAutoFill()122 return expectation; in expectAutoFill()
65 final FillExpectation expectation = new FillExpectation(input); in expectAutoFill() local66 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()67 return expectation; in expectAutoFill()
60 final FillExpectation expectation = new FillExpectation(input); in expectAutoFill() local61 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()62 return expectation; in expectAutoFill()
106 Expectation expectation = expectationStore.get(testName); in shouldRun() local107 if (expectation.getResult() != Result.SUCCESS) { in shouldRun()109 + " as it matches expectation: " + expectation); in shouldRun()
104 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local105 if (expectation != null) { in getByNameOrPackage()106 return expectation; in getByNameOrPackage()241 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local244 if (map.put(name, expectation) != null) { in readExpectation()
136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() argument138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL; in getResultValue()
125 final FillExpectation expectation = mActivity.expectAutofill() in testDatasetPickerIsNotShownAfterViewIsSwappedOut() local128 expectation.assertAutoFilled(); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
1270 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleDatasetsOverlapping() local1273 expectation in autofillMultipleDatasetsOverlapping()1283 expectation in autofillMultipleDatasetsOverlapping()1297 expectation.assertAutoFilled(); in autofillMultipleDatasetsOverlapping()2041 final FillExpectation expectation = mActivity.expectAutofill(); in autofillMultipleAuthDatasetsOverlapping() local2044 expectation in autofillMultipleAuthDatasetsOverlapping()2054 expectation in autofillMultipleAuthDatasetsOverlapping()2068 expectation.assertAutoFilled(); in autofillMultipleAuthDatasetsOverlapping()2274 final FillExpectation expectation = mActivity.expectAutofill() in testNoMorePartitionsAfterLimitReached() local2277 expectation.assertAutoFilled(); in testNoMorePartitionsAfterLimitReached()
46 3. Rename file names to match the test expectation.