Searched refs:assertLogged (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Doutputcapture_unittest.py42 def assertLogged(self, expected_logs): member in class:OutputCaptureTest
51 self.assertLogged('INFO\nWARN\nERROR\nCRITICAL\n')
59 self.assertLogged('ERROR\nCRITICAL\nWARN\nERROR\nCRITICAL\n')
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillPopupTest.java223 assertLogged(FIRST_NAME, profileFullName);
224 assertLogged(LAST_NAME, profileFullName);
225 assertLogged(STREET_ADDRESS_TEXTAREA, profileFullName);
226 assertLogged(ADDRESS_LINE1, profileFullName);
227 assertLogged(ADDRESS_LINE2, profileFullName);
228 assertLogged(CITY, profileFullName);
229 assertLogged(ZIP_CODE, profileFullName);
230 assertLogged(COUNTRY, profileFullName);
231 assertLogged(EMAIL, profileFullName);
232 assertLogged(PHONE_NUMBE
342 private void assertLogged(String autofilledValue, String profileFullName) { method in class:AutofillPopupTest
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLogTest.java24 assertLogged(Log.DEBUG, "tag", "msg", null);
33 assertLogged(Log.DEBUG, "tag", "msg", throwable);
40 assertLogged(Log.ERROR, "tag", "msg", null);
49 assertLogged(Log.ERROR, "tag", "msg", throwable);
56 assertLogged(Log.INFO, "tag", "msg", null);
65 assertLogged(Log.INFO, "tag", "msg", throwable);
72 assertLogged(Log.VERBOSE, "tag", "msg", null);
81 assertLogged(Log.VERBOSE, "tag", "msg", throwable);
88 assertLogged(Log.WARN, "tag", "msg", null);
97 assertLogged(Lo
166 private void assertLogged(int type, String tag, String msg, Throwable throwable) { method in class:LogTest
[all...]

Completed in 900 milliseconds